Uses of Class
com.azure.identity.AuthenticationRecord
-
-
Uses of AuthenticationRecord in com.azure.identity
Methods in com.azure.identity that return AuthenticationRecord Modifier and Type Method Description static AuthenticationRecordAuthenticationRecord. deserialize(InputStream inputStream)Deserializes theAuthenticationRecordfrom the specifiedInputStreamMethods in com.azure.identity that return types with arguments of type AuthenticationRecord Modifier and Type Method Description Mono<AuthenticationRecord>DeviceCodeCredential. authenticate()Authenticates a user via the device code flow.Mono<AuthenticationRecord>DeviceCodeCredential. authenticate(com.azure.core.credential.TokenRequestContext request)Authenticates a user via the device code flow.Mono<AuthenticationRecord>InteractiveBrowserCredential. authenticate()Interactively authenticates a user via the default browser.Mono<AuthenticationRecord>InteractiveBrowserCredential. authenticate(com.azure.core.credential.TokenRequestContext request)Interactively authenticates a user via the default browser.Mono<AuthenticationRecord>UsernamePasswordCredential. authenticate()Authenticates the user using the specified username and password.Mono<AuthenticationRecord>UsernamePasswordCredential. authenticate(com.azure.core.credential.TokenRequestContext request)Authenticates the user using the specified username and password.static Mono<AuthenticationRecord>AuthenticationRecord. deserializeAsync(InputStream inputStream)Deserializes theAuthenticationRecordfrom the specifiedInputStreamMethods in com.azure.identity with parameters of type AuthenticationRecord Modifier and Type Method Description DeviceCodeCredentialBuilderDeviceCodeCredentialBuilder. authenticationRecord(AuthenticationRecord authenticationRecord)Sets theAuthenticationRecordcaptured from a previous authentication.InteractiveBrowserCredentialBuilderInteractiveBrowserCredentialBuilder. authenticationRecord(AuthenticationRecord authenticationRecord)Sets theAuthenticationRecordcaptured from a previous authentication.SharedTokenCacheCredentialBuilderSharedTokenCacheCredentialBuilder. authenticationRecord(AuthenticationRecord authenticationRecord)Sets theAuthenticationRecordcaptured from a previous authentication.
-