C# 클래스 withSIX.Play.Infra.Data.Services.AuthProviderSettingsStorage

상속: IAuthProviderStorage, IInfrastructureService
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
AuthProviderSettingsStorage ( UserSettings settings ) : System
GetAuthInfoFromCache ( Uri uri ) : AuthInfo
GetToken ( ) : Task
SetAuthInfo ( Uri uri, AuthInfo authInfo ) : void

메소드 상세

AuthProviderSettingsStorage() 공개 메소드

public AuthProviderSettingsStorage ( UserSettings settings ) : System
settings withSIX.Play.Core.Options.UserSettings
리턴 System

GetAuthInfoFromCache() 공개 메소드

public GetAuthInfoFromCache ( Uri uri ) : AuthInfo
uri System.Uri
리턴 withSIX.Sync.Core.Transfer.AuthInfo

GetToken() 공개 메소드

public GetToken ( ) : Task
리턴 Task

SetAuthInfo() 공개 메소드

public SetAuthInfo ( Uri uri, AuthInfo authInfo ) : void
uri System.Uri
authInfo withSIX.Sync.Core.Transfer.AuthInfo
리턴 void