OAuthGrantRefreshTokenContext Constructor (IOwinContext, OAuthAuthorizationServerOptions, AuthenticationTicket, String)
Initializes a new instance of the OAuthGrantRefreshTokenContext class
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public OAuthGrantRefreshTokenContext(
IOwinContext context,
OAuthAuthorizationServerOptions options,
AuthenticationTicket ticket,
string clientId
)
public:
OAuthGrantRefreshTokenContext(
IOwinContext^ context,
OAuthAuthorizationServerOptions^ options,
AuthenticationTicket^ ticket,
String^ clientId
)
new :
context:IOwinContext *
options:OAuthAuthorizationServerOptions *
ticket:AuthenticationTicket *
clientId:string -> OAuthGrantRefreshTokenContext
Public Sub New (
context As IOwinContext,
options As OAuthAuthorizationServerOptions,
ticket As AuthenticationTicket,
clientId As String
)
Parameters
- context
Type: Microsoft.Owin.IOwinContext
- ticket
Type: Microsoft.Owin.Security.AuthenticationTicket
- clientId
Type: System.String
See Also
OAuthGrantRefreshTokenContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top