Uses of Class
com.google.auth.oauth2.ExternalAccountAuthorizedUserCredentials
Packages that use ExternalAccountAuthorizedUserCredentials
-
Uses of ExternalAccountAuthorizedUserCredentials in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return ExternalAccountAuthorizedUserCredentialsModifier and TypeMethodDescriptionExternalAccountAuthorizedUserCredentials.Builder.build()(package private) static ExternalAccountAuthorizedUserCredentialsExternalAccountAuthorizedUserCredentials.fromJson(Map<String, Object> json, HttpTransportFactory transportFactory) Returns external account authorized user credentials defined by JSON contents using the format supported by the Cloud SDK.ExternalAccountAuthorizedUserCredentials.fromStream(InputStream credentialsStream) Returns external account authorized user credentials defined by a JSON file stream.ExternalAccountAuthorizedUserCredentials.fromStream(InputStream credentialsStream, HttpTransportFactory transportFactory) Returns external account authorized user credentials defined by a JSON file stream.Constructors in com.google.auth.oauth2 with parameters of type ExternalAccountAuthorizedUserCredentialsModifierConstructorDescriptionprotectedBuilder(ExternalAccountAuthorizedUserCredentials credentials)