Interface IAccessToken
Contract for objects providing an access token to access remote services.
Namespace: Unity.Services.Authentication.Internal
Syntax
public interface IAccessToken : IServiceComponent
Properties
AccessToken
The current token to use to access remote services.
Declaration
string AccessToken { get; }
Property Value
Type | Description |
---|---|
String |