Class ResourceServer
- Namespace
- Auth0.ManagementApi.Models.RefreshTokens
- Assembly
- Auth0.ManagementApi.dll
A list of the resource server IDs associated to this refresh-token and their granted scopes
public class ResourceServer
- Inheritance
-
ResourceServer
- Inherited Members
Properties
Audience
Resource server ID
public string Audience { get; set; }
Property Value
Scopes
List of scopes for the refresh token
public string Scopes { get; set; }