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.ClientAuthenticationType
UserAuthorizer.Builder. clientAuthenticationType
private UserAuthorizer.ClientAuthenticationType
UserAuthorizer. clientAuthenticationType
Methods in com.google.auth.oauth2 that return UserAuthorizer.ClientAuthenticationType Modifier and Type Method Description UserAuthorizer.ClientAuthenticationType
UserAuthorizer.Builder. getClientAuthenticationType()
UserAuthorizer.ClientAuthenticationType
UserAuthorizer. getClientAuthenticationType()
Returns the client authentication type as defined in RFC 7591.static UserAuthorizer.ClientAuthenticationType
UserAuthorizer.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.Builder
UserAuthorizer.Builder. setClientAuthenticationType(UserAuthorizer.ClientAuthenticationType clientAuthentication)
Sets the optionalUserAuthorizer.ClientAuthenticationType
, one of the client authentication methods defined in RFC 7591.
-