Class ExternalTokenRequest
Contains an external provider authentication information.
Namespace: Unity.Services.Authentication.Models
Syntax
public class ExternalTokenRequest : object
Constructors
ExternalTokenRequest()
Constructor
Declaration
public ExternalTokenRequest()
Fields
IdProvider
The external provider type id.
Declaration
public string IdProvider
Field Value
Type | Description |
---|---|
String |
Token
The external provider authentication token.
Declaration
public string Token
Field Value
Type | Description |
---|---|
String |