Comparteix a través de


OAuthGrantCustomExtensionContext Constructor (IOwinContext, OAuthAuthorizationServerOptions, String, String, IReadableStringCollection)

 

Initializes a new instance of the OAuthGrantCustomExtensionContext class

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

Syntax

public OAuthGrantCustomExtensionContext(
    IOwinContext context,
    OAuthAuthorizationServerOptions options,
    string clientId,
    string grantType,
    IReadableStringCollection parameters
)
public:
OAuthGrantCustomExtensionContext(
    IOwinContext^ context,
    OAuthAuthorizationServerOptions^ options,
    String^ clientId,
    String^ grantType,
    IReadableStringCollection^ parameters
)
new : 
        context:IOwinContext *
        options:OAuthAuthorizationServerOptions *
        clientId:string *
        grantType:string *
        parameters:IReadableStringCollection -> OAuthGrantCustomExtensionContext
Public Sub New (
    context As IOwinContext,
    options As OAuthAuthorizationServerOptions,
    clientId As String,
    grantType As String,
    parameters As IReadableStringCollection
)

Parameters

See Also

OAuthGrantCustomExtensionContext Class
Microsoft.Owin.Security.OAuth Namespace

Return to top