Uses of Enum
com.google.auth.oauth2.UserAuthorizer.ClientAuthenticationType
Packages that use UserAuthorizer.ClientAuthenticationType
-
Uses of UserAuthorizer.ClientAuthenticationType in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as UserAuthorizer.ClientAuthenticationTypeModifier and TypeFieldDescriptionUserAuthorizer.Builder.clientAuthenticationTypeprivate final UserAuthorizer.ClientAuthenticationTypeUserAuthorizer.clientAuthenticationTypeMethods in com.google.auth.oauth2 that return UserAuthorizer.ClientAuthenticationTypeModifier and TypeMethodDescriptionUserAuthorizer.Builder.getClientAuthenticationType()UserAuthorizer.getClientAuthenticationType()Returns the client authentication type as defined in RFC 7591.Returns the enum constant of this type with the specified name.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.ClientAuthenticationTypeModifier and TypeMethodDescriptionUserAuthorizer.Builder.setClientAuthenticationType(UserAuthorizer.ClientAuthenticationType clientAuthentication) Sets the optionalUserAuthorizer.ClientAuthenticationType, one of the client authentication methods defined in RFC 7591.