Class ExternalId
Contains elements for ExternalId
Namespace: Unity.Services.Authentication.Models
Syntax
public class ExternalId : object
Constructors
ExternalId()
Constructor
Declaration
public ExternalId()
Fields
ExtId
The external id
Declaration
public string ExtId
Field Value
Type | Description |
---|---|
String |
ProviderId
The external provider type id.
Declaration
public string ProviderId
Field Value
Type | Description |
---|---|
String |