Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Data object available when the "grant_type" is "password". See also http://tools.ietf.org/html/rfc6749\#section-4.3.2
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public TokenEndpointRequestResourceOwnerPasswordCredentials ResourceOwnerPasswordCredentialsGrant { get; private set; }
public:
property TokenEndpointRequestResourceOwnerPasswordCredentials^ ResourceOwnerPasswordCredentialsGrant {
TokenEndpointRequestResourceOwnerPasswordCredentials^ get();
private: void set(TokenEndpointRequestResourceOwnerPasswordCredentials^ value);
}
member ResourceOwnerPasswordCredentialsGrant : TokenEndpointRequestResourceOwnerPasswordCredentials with get, private set
Public Property ResourceOwnerPasswordCredentialsGrant As TokenEndpointRequestResourceOwnerPasswordCredentials
Get
Private Set
End Property
Property Value
Type: Microsoft.Owin.Security.OAuth.Messages.TokenEndpointRequestResourceOwnerPasswordCredentials
Returns TokenEndpointRequestResourceOwnerPasswordCredentials.
See Also
TokenEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top