C# 클래스 YouScribe.Rest.AccountUtilRequest

상속: YouScribeRequest, IAccountUtilRequest
파일 보기 프로젝트 열기: Youscribe/YouscribeNet 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AccountUtilRequest() 공개 메소드

public AccountUtilRequest ( Func clientFactory, ITokenProvider authorizeTokenProvider ) : System
clientFactory Func
authorizeTokenProvider ITokenProvider
리턴 System

ChangeEmailAsync() 공개 메소드

public ChangeEmailAsync ( Models account ) : Task
account Models
리턴 Task

DeleteAccountAsync() 공개 메소드

public DeleteAccountAsync ( ) : Task
리턴 Task

ForgotPasswordAsync() 공개 메소드

public ForgotPasswordAsync ( string userNameOrEmail ) : Task
userNameOrEmail string
리턴 Task

GeneratePasswordAsync() 공개 메소드

public GeneratePasswordAsync ( int minLength, int maxLength ) : Task
minLength int
maxLength int
리턴 Task

GetUserNameFromEmailAsync() 공개 메소드

public GetUserNameFromEmailAsync ( string email ) : Task
email string
리턴 Task