C# Class YouScribe.Rest.AccountUtilRequest

Inheritance: YouScribeRequest, IAccountUtilRequest
Afficher le fichier Open project: Youscribe/YouscribeNet Class Usage Examples

Méthodes publiques

Méthode Description
AccountUtilRequest ( Func clientFactory, ITokenProvider authorizeTokenProvider ) : System
ChangeEmailAsync ( Models account ) : Task
DeleteAccountAsync ( ) : Task
ForgotPasswordAsync ( string userNameOrEmail ) : Task
GeneratePasswordAsync ( int minLength, int maxLength ) : Task
GetUserNameFromEmailAsync ( string email ) : Task

Method Details

AccountUtilRequest() public méthode

public AccountUtilRequest ( Func clientFactory, ITokenProvider authorizeTokenProvider ) : System
clientFactory Func
authorizeTokenProvider ITokenProvider
Résultat System

ChangeEmailAsync() public méthode

public ChangeEmailAsync ( Models account ) : Task
account Models
Résultat Task

DeleteAccountAsync() public méthode

public DeleteAccountAsync ( ) : Task
Résultat Task

ForgotPasswordAsync() public méthode

public ForgotPasswordAsync ( string userNameOrEmail ) : Task
userNameOrEmail string
Résultat Task

GeneratePasswordAsync() public méthode

public GeneratePasswordAsync ( int minLength, int maxLength ) : Task
minLength int
maxLength int
Résultat Task

GetUserNameFromEmailAsync() public méthode

public GetUserNameFromEmailAsync ( string email ) : Task
email string
Résultat Task