C# Class Frapid.Account.DAL.AccessTokens

Exibir arquivo Open project: frapid/frapid

Public Methods

Method Description
RevokeAsync ( string tenant, string clientToken ) : System.Threading.Tasks.Task
SaveAsync ( string tenant, Token token, string ipAddress, string userAgent ) : System.Threading.Tasks.Task

Method Details

RevokeAsync() public static method

public static RevokeAsync ( string tenant, string clientToken ) : System.Threading.Tasks.Task
tenant string
clientToken string
return System.Threading.Tasks.Task

SaveAsync() public static method

public static SaveAsync ( string tenant, Token token, string ipAddress, string userAgent ) : System.Threading.Tasks.Task
tenant string
token Frapid.TokenManager.Token
ipAddress string
userAgent string
return System.Threading.Tasks.Task