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

Inheritance: IAuthenticationService
Exibir arquivo Open project: accandme/pocketcampus

Public Methods

Method Description
DestroyAllSessionsAsync ( LogoutRequest request ) : Task
GetSessionAsync ( SessionRequest request ) : Task
GetTokenAsync ( ) : Task

Method Details

DestroyAllSessionsAsync() public method

public DestroyAllSessionsAsync ( LogoutRequest request ) : Task
request PocketCampus.Authentication.Models.LogoutRequest
return Task

GetSessionAsync() public method

public GetSessionAsync ( SessionRequest request ) : Task
request PocketCampus.Authentication.Models.SessionRequest
return Task

GetTokenAsync() public method

public GetTokenAsync ( ) : Task
return Task