Skip to content

Commit

Permalink
Update README.md (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanapellanes-okta authored Feb 10, 2023
1 parent d2088f4 commit d52a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ Since access tokens are traditionally short-lived, you can renew expired tokens
See [Refresh Tokens](#refresh-tokens) to ensure your app is configured properly for this flow. See also, [RenewStarted event](#renewstarted-event) and [RenewCompleted event](#renewcompleted-event).

```csharp
OktaContext.Current.RenewAsync(TokenKind.AccessToken);
OktaContext.Current.RenewAsync("<YOUR-ACCESS-TOKEN>");
```

#### RevokeAccessToken
Expand Down

0 comments on commit d52a784

Please sign in to comment.