Uses of Class
com.google.auth.oauth2.UserAuthorizer.ClientAuthenticationType
-
Packages that use UserAuthorizer.ClientAuthenticationType Package Description com.google.auth.oauth2 -
-
Uses of UserAuthorizer.ClientAuthenticationType in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as UserAuthorizer.ClientAuthenticationType Modifier and Type Field Description private UserAuthorizer.ClientAuthenticationTypeUserAuthorizer.Builder. clientAuthenticationTypeprivate UserAuthorizer.ClientAuthenticationTypeUserAuthorizer. clientAuthenticationTypeMethods in com.google.auth.oauth2 that return UserAuthorizer.ClientAuthenticationType Modifier and Type Method Description UserAuthorizer.ClientAuthenticationTypeUserAuthorizer.Builder. getClientAuthenticationType()UserAuthorizer.ClientAuthenticationTypeUserAuthorizer. getClientAuthenticationType()Returns the client authentication type as defined in RFC 7591.static UserAuthorizer.ClientAuthenticationTypeUserAuthorizer.ClientAuthenticationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UserAuthorizer.ClientAuthenticationType[]UserAuthorizer.ClientAuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.auth.oauth2 with parameters of type UserAuthorizer.ClientAuthenticationType Modifier and Type Method Description UserAuthorizer.BuilderUserAuthorizer.Builder. setClientAuthenticationType(UserAuthorizer.ClientAuthenticationType clientAuthentication)Sets the optionalUserAuthorizer.ClientAuthenticationType, one of the client authentication methods defined in RFC 7591.
-