C# Class PocketCampus.Authentication.Services.Design.DesignAuthenticationService

Inheritance: IAuthenticationService
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Méthode Description
DestroyAllSessionsAsync ( LogoutRequest request ) : Task
GetSessionAsync ( SessionRequest request ) : Task
GetTokenAsync ( ) : Task

Method Details

DestroyAllSessionsAsync() public méthode

public DestroyAllSessionsAsync ( LogoutRequest request ) : Task
request PocketCampus.Authentication.Models.LogoutRequest
Résultat Task

GetSessionAsync() public méthode

public GetSessionAsync ( SessionRequest request ) : Task
request PocketCampus.Authentication.Models.SessionRequest
Résultat Task

GetTokenAsync() public méthode

public GetTokenAsync ( ) : Task
Résultat Task