Uses of Class
com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
Packages that use ServiceAccountJwtAccessCredentials
-
Uses of ServiceAccountJwtAccessCredentials in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return ServiceAccountJwtAccessCredentialsModifier and TypeMethodDescriptionServiceAccountJwtAccessCredentials.Builder.build()ServiceAccountJwtAccessCredentials.fromPkcs8(String clientId, String clientEmail, String privateKeyPkcs8, String privateKeyId) Factory using PKCS#8 for the private key.ServiceAccountJwtAccessCredentials.fromPkcs8(String clientId, String clientEmail, String privateKeyPkcs8, String privateKeyId, URI defaultAudience) Factory using PKCS#8 for the private key.ServiceAccountJwtAccessCredentials.fromStream(InputStream credentialsStream) Returns credentials defined by a Service Account key file in JSON format from the Google Developers Console.ServiceAccountJwtAccessCredentials.fromStream(InputStream credentialsStream, URI defaultAudience) Returns credentials defined by a Service Account key file in JSON format from the Google Developers Console.Constructors in com.google.auth.oauth2 with parameters of type ServiceAccountJwtAccessCredentials