Enum UserAuthorizer.ClientAuthenticationType

java.lang.Object
java.lang.Enum<UserAuthorizer.ClientAuthenticationType>
com.google.auth.oauth2.UserAuthorizer.ClientAuthenticationType
All Implemented Interfaces:
Serializable, Comparable<UserAuthorizer.ClientAuthenticationType>
Enclosing class:
UserAuthorizer

public static enum UserAuthorizer.ClientAuthenticationType extends Enum<UserAuthorizer.ClientAuthenticationType>
Represents the client authentication types as specified in RFC 7591.

For more details, see RFC 7591.