Uses of Class
com.google.auth.oauth2.ClientId
-
Packages that use ClientId Package Description com.google.auth.oauth2 -
-
Uses of ClientId in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return ClientId Modifier and Type Method Description ClientIdClientId.Builder. build()static ClientIdClientId. fromJson(Map<String,Object> json)Constructs 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.ClientIdUserAuthorizer.Builder. getClientId()ClientIdUserAuthorizer. getClientId()Returns the Client ID user to identify the OAuth2 consent prompt.static ClientIdClientId. of(String clientId, String clientSecret)Constructs a client ID from an explicit ID and secret.Methods in com.google.auth.oauth2 with parameters of type ClientId Modifier and Type Method Description UserAuthorizer.BuilderUserAuthorizer.Builder. setClientId(ClientId clientId)Constructors in com.google.auth.oauth2 with parameters of type ClientId Constructor Description Builder(ClientId clientId)
-