Click or drag to resize

OAuthTokenValidationTokenType Property

Identifies the type of token returned. At this time, this field will always have the value Bearer.

Namespace:  Packflow.Interface.Account
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataMemberAttribute(Name = "token_type")]
public string TokenType { get; set; }

Property Value

Type: String
See Also