Class Identity
Link an identity type with a user id
Inherited Members
Namespace: Unity.Services.Authentication
Assembly: Unity.Services.Authentication.dll
Syntax
public sealed class Identity
Fields
TypeId
The identity type id.
Declaration
public string TypeId
Field Value
Type | Description |
---|---|
string |
UserId
The identity user id
Declaration
public string UserId
Field Value
Type | Description |
---|---|
string |