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

Inheritance: IAuthenticationTokenProvider
Afficher le fichier Open project: mobsoftware/mobsocial

Méthodes publiques

Méthode 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 méthode

public Create ( Microsoft.Owin.Security.Infrastructure.AuthenticationTokenCreateContext context ) : void
context Microsoft.Owin.Security.Infrastructure.AuthenticationTokenCreateContext
Résultat void

CreateAsync() public méthode

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

Receive() public méthode

public Receive ( Microsoft.Owin.Security.Infrastructure.AuthenticationTokenReceiveContext context ) : void
context Microsoft.Owin.Security.Infrastructure.AuthenticationTokenReceiveContext
Résultat void

ReceiveAsync() public méthode

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