C# 클래스 OAuth.AspNet.AuthServer.AuthenticationTokenCreateContext

상속: Microsoft.AspNetCore.Authentication.BaseContext
파일 보기 프로젝트 열기: XacronDevelopment/oauth-aspnet 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticationTokenCreateContext ( HttpContext context, ISecureDataFormat secureDataFormat, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket ) : System
SerializeTicket ( ) : string
SetToken ( string tokenValue ) : void

메소드 상세

AuthenticationTokenCreateContext() 공개 메소드

public AuthenticationTokenCreateContext ( HttpContext context, ISecureDataFormat secureDataFormat, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket ) : System
context HttpContext
secureDataFormat ISecureDataFormat
ticket Microsoft.AspNetCore.Authentication.AuthenticationTicket
리턴 System

SerializeTicket() 공개 메소드

public SerializeTicket ( ) : string
리턴 string

SetToken() 공개 메소드

public SetToken ( string tokenValue ) : void
tokenValue string
리턴 void