Uses of Class
com.microsoft.azure.toolkit.lib.auth.model.AccountEntity
-
Packages that use AccountEntity Package Description com.microsoft.azure.toolkit.lib.auth -
-
Uses of AccountEntity in com.microsoft.azure.toolkit.lib.auth
Fields in com.microsoft.azure.toolkit.lib.auth declared as AccountEntity Modifier and Type Field Description protected AccountEntityAccount. entityMethods in com.microsoft.azure.toolkit.lib.auth with parameters of type AccountEntity Modifier and Type Method Description AccountAzureAccount. account(AccountEntity accountEntity)private reactor.core.publisher.Mono<Account>AzureAccount. restoreLogin(AccountEntity accountEntity)Constructors in com.microsoft.azure.toolkit.lib.auth with parameters of type AccountEntity Constructor Description SimpleAccount(AccountEntity accountEntity, com.azure.core.credential.TokenCredential credential)
-