AuthenticationTokenCreateContext.SetToken Method (String)
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public void SetToken(
string tokenValue
)
public:
void SetToken(
String^ tokenValue
)
member SetToken :
tokenValue:string -> unit
Public Sub SetToken (
tokenValue As String
)
See Also
AuthenticationTokenCreateContext Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top