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 ClientIdUserAuthorizer.Builder.clientIdprivate final ClientIdUserAuthorizer.clientIdMethods in com.google.auth.oauth2 that return ClientIdModifier and TypeMethodDescriptionClientId.Builder.build()static ClientIdConstructs a Client ID from JSON from a downloaded file.static ClientIdClientId.fromResource(Class<?> relativeClass, String resourceName) Constructs a Client ID from JSON file stored as a resource.static ClientIdClientId.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 ClientIdConstructs 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