Читати англійською

Поділитися через


OAuthGrantAuthorizationCodeContext Constructor (IOwinContext, OAuthAuthorizationServerOptions, AuthenticationTicket)

 

Initializes a new instance of the OAuthGrantAuthorizationCodeContext class

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

Syntax

public OAuthGrantAuthorizationCodeContext(
    IOwinContext context,
    OAuthAuthorizationServerOptions options,
    AuthenticationTicket ticket
)

Parameters

See Also

OAuthGrantAuthorizationCodeContext Class
Microsoft.Owin.Security.OAuth Namespace

Return to top