Uses of Class
com.google.auth.oauth2.ClientId
Packages that use ClientId
-
Uses of ClientId in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as ClientIdModifier and TypeFieldDescriptionprivate ClientId
UserAuthorizer.Builder.clientId
private final ClientId
UserAuthorizer.clientId
Methods in com.google.auth.oauth2 that return ClientIdModifier and TypeMethodDescriptionClientId.Builder.build()
static ClientId
Constructs a Client ID from JSON from a downloaded file.static ClientId
ClientId.fromResource
(Class<?> relativeClass, String resourceName) Constructs a Client ID from JSON file stored as a resource.static ClientId
ClientId.fromStream
(InputStream stream) Constructs a Client ID from JSON file stream.UserAuthorizer.Builder.getClientId()
UserAuthorizer.getClientId()
Returns the Client ID user to identify the OAuth2 consent prompt.static ClientId
Constructs a client ID from an explicit ID and secret.Methods in com.google.auth.oauth2 with parameters of type ClientIdModifier and TypeMethodDescriptionUserAuthorizer.Builder.setClientId
(ClientId clientId) Sets the OAuth 2.0 client ID.Constructors in com.google.auth.oauth2 with parameters of type ClientId