refresh_token.policies
property of the application.
Property | Type | Description |
---|---|---|
audience | string | The Auth0 API identifier of the application that will have access to using the refresh token. |
scope | Array of strings | The list of scopes allowed when requesting an access token for the specified audience. The scope must be equal to or narrower than the scopes defined on the API. |
offline_access
scope when initiating the authentication request. To learn more, read Get Refresh Tokens.
offline_access
is included in the scope.audience
used in the request matches a configured API in your tenant.aud
claim matches the requested API. (for example: https://billing.example.com).scope
claim includes only permitted values.event.client.refresh_token.policies
object that provides relevant information including and scope.
You can use the event.client.refresh_token.policies
object to evaluate the application’s audience and scope, when issuing or exchanging a refresh token, and to ensure precise control over API access and scopes.