C# Class withSIX.Play.Infra.Data.Services.AuthProviderSettingsStorage

Inheritance: IAuthProviderStorage, IInfrastructureService
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
AuthProviderSettingsStorage ( UserSettings settings ) : System
GetAuthInfoFromCache ( Uri uri ) : AuthInfo
GetToken ( ) : Task
SetAuthInfo ( Uri uri, AuthInfo authInfo ) : void

Method Details

AuthProviderSettingsStorage() public méthode

public AuthProviderSettingsStorage ( UserSettings settings ) : System
settings withSIX.Play.Core.Options.UserSettings
Résultat System

GetAuthInfoFromCache() public méthode

public GetAuthInfoFromCache ( Uri uri ) : AuthInfo
uri System.Uri
Résultat withSIX.Sync.Core.Transfer.AuthInfo

GetToken() public méthode

public GetToken ( ) : Task
Résultat Task

SetAuthInfo() public méthode

public SetAuthInfo ( Uri uri, AuthInfo authInfo ) : void
uri System.Uri
authInfo withSIX.Sync.Core.Transfer.AuthInfo
Résultat void