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

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

공개 메소드들

메소드 설명
AuthenticationTokenReceiveContext ( HttpContext context, ISecureDataFormat secureDataFormat, string token ) : System
DeserializeTicket ( string protectedData ) : void
SetTicket ( Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket ) : void

메소드 상세

AuthenticationTokenReceiveContext() 공개 메소드

public AuthenticationTokenReceiveContext ( HttpContext context, ISecureDataFormat secureDataFormat, string token ) : System
context HttpContext
secureDataFormat ISecureDataFormat
token string
리턴 System

DeserializeTicket() 공개 메소드

public DeserializeTicket ( string protectedData ) : void
protectedData string
리턴 void

SetTicket() 공개 메소드

public SetTicket ( Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket ) : void
ticket Microsoft.AspNetCore.Authentication.AuthenticationTicket
리턴 void