Property IdToken
IdToken
Gets the ID Token is a security token that includes claims regarding the authentication of an end-user by an authorization server when interacting with a client.
Declaration
public string IdToken { get; }
Property Value
| Type | Description |
|---|---|
| string | The ID Token is a security token that includes claims regarding the authentication of an end-user by an authorization server when interacting with a client. |
Remarks
This ID token is formatted as a JSON Web Token (JWT).
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |