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.
Gets whether or not the token should be issued.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public bool TokenIssued { get; private set; }
public:
property bool TokenIssued {
bool get();
private: void set(bool value);
}
member TokenIssued : bool with get, private set
Public Property TokenIssued As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
Returns Boolean.
See Also
OAuthTokenEndpointResponseContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top