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
- context
Type: Microsoft.Owin.IOwinContext
- clientId
Type: System.String
- grantType
Type: System.String
- parameters
Type: Microsoft.Owin.IReadableStringCollection
See Also
OAuthGrantCustomExtensionContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top