TokenEndpointRequest.AuthorizationCodeGrant Property
Data object available when the "grant_type" is "authorization_code". See also http://tools.ietf.org/html/rfc6749\#section-4.1.3
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public TokenEndpointRequestAuthorizationCode AuthorizationCodeGrant { get; private set; }
public:
property TokenEndpointRequestAuthorizationCode^ AuthorizationCodeGrant {
TokenEndpointRequestAuthorizationCode^ get();
private: void set(TokenEndpointRequestAuthorizationCode^ value);
}
member AuthorizationCodeGrant : TokenEndpointRequestAuthorizationCode with get, private set
Public Property AuthorizationCodeGrant As TokenEndpointRequestAuthorizationCode
Get
Private Set
End Property
Property Value
Type: Microsoft.Owin.Security.OAuth.Messages.TokenEndpointRequestAuthorizationCode
Returns TokenEndpointRequestAuthorizationCode.
See Also
TokenEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top