Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawxy authored Nov 24, 2020
1 parent 75dcf6c commit dea2557
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 @@ -104,7 +104,7 @@ Both a .NET Generic Host and ASP.NET Core example are available in the [samples]

### Internal Cache

The `Auth0TokenCache` will a token for a given audience 5 minutes before expiry.
The `Auth0TokenCache` will cache a token for a given audience until 5 minutes before expiry.

In some situations you might want to request an access token from Auth0 manually. You can achieve this by injecting `IAuth0TokenCache` into a class and calling `GetTokenAsync` with the audience of the API you're requesting the token for.

Expand Down

0 comments on commit dea2557

Please sign in to comment.