| Package | Description |
|---|---|
| com.google.auth.oauth2 |
| Modifier and Type | Method and Description |
|---|---|
UserAuthorizer.ClientAuthenticationType |
UserAuthorizer.getClientAuthenticationType()
Returns the client authentication type as defined in RFC 7591.
|
UserAuthorizer.ClientAuthenticationType |
UserAuthorizer.Builder.getClientAuthenticationType() |
static UserAuthorizer.ClientAuthenticationType |
UserAuthorizer.ClientAuthenticationType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
UserAuthorizer.Builder |
UserAuthorizer.Builder.setClientAuthenticationType(UserAuthorizer.ClientAuthenticationType clientAuthentication)
Sets the optional
UserAuthorizer.ClientAuthenticationType, one of the client authentication methods
defined in RFC 7591. |
Copyright © 2026 Google. All rights reserved.