Enum EntraApplicationOptionalClaimTokenType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The token type of optional claim for an Entra application.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraApplicationOptionalClaimTokenType
Fields
Access = 1The claim token type is an OAuth 2.0 access token.
Id = 2The claim token type is an OpenID Connect identity token.
Saml2 = 3The claim token type is a SAML 2.0 assertion.
Unknown = 0The claim token type is unknown.