Compartir a través de


OAuthAuthorizationEndpointResponseContext.AuthorizationCode Property

 

The created Authorization-Code. Depending on the flow, it can be null.

Namespace:   Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

public string AuthorizationCode { get; private set; }
public:
property String^ AuthorizationCode {
    String^ get();
    private: void set(String^ value);
}
member AuthorizationCode : string with get, private set
Public Property AuthorizationCode As String
    Get
    Private Set
End Property

Property Value

Type: System.String

Returns String.

See Also

OAuthAuthorizationEndpointResponseContext Class
Microsoft.Owin.Security.OAuth Namespace

Return to top