C# Class mobSocial.Plugins.OAuth.Provider.ApplicationRefreshTokenProvider

Inheritance: IAuthenticationTokenProvider
Mostra file Open project: mobsoftware/mobsocial

Public Methods

Method Description
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

Method Details

Create() public method

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

CreateAsync() public method

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

Receive() public method

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

ReceiveAsync() public method

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