C# 클래스 mobSocial.Plugins.OAuth.Provider.ApplicationAuthorizationCodeProvider

상속: IAuthenticationTokenProvider
파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
Create ( Microsoft.Owin.Security.Infrastructure.AuthenticationTokenCreateContext context ) : void
CreateAsync ( Microsoft.Owin.Security.Infrastructure.AuthenticationTokenCreateContext context ) : System.Threading.Tasks.Task
Receive ( Microsoft.Owin.Security.Infrastructure.AuthenticationTokenReceiveContext context ) : void
ReceiveAsync ( Microsoft.Owin.Security.Infrastructure.AuthenticationTokenReceiveContext context ) : System.Threading.Tasks.Task

메소드 상세

Create() 공개 메소드

public Create ( Microsoft.Owin.Security.Infrastructure.AuthenticationTokenCreateContext context ) : void
context Microsoft.Owin.Security.Infrastructure.AuthenticationTokenCreateContext
리턴 void

CreateAsync() 공개 메소드

public CreateAsync ( Microsoft.Owin.Security.Infrastructure.AuthenticationTokenCreateContext context ) : System.Threading.Tasks.Task
context Microsoft.Owin.Security.Infrastructure.AuthenticationTokenCreateContext
리턴 System.Threading.Tasks.Task

Receive() 공개 메소드

public Receive ( Microsoft.Owin.Security.Infrastructure.AuthenticationTokenReceiveContext context ) : void
context Microsoft.Owin.Security.Infrastructure.AuthenticationTokenReceiveContext
리턴 void

ReceiveAsync() 공개 메소드

public ReceiveAsync ( Microsoft.Owin.Security.Infrastructure.AuthenticationTokenReceiveContext context ) : System.Threading.Tasks.Task
context Microsoft.Owin.Security.Infrastructure.AuthenticationTokenReceiveContext
리턴 System.Threading.Tasks.Task