Uses of Class
com.google.auth.oauth2.JwtCredentials.Builder
-
Packages that use JwtCredentials.Builder Package Description com.google.auth.oauth2 -
-
Uses of JwtCredentials.Builder in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return JwtCredentials.Builder Modifier and Type Method Description static JwtCredentials.BuilderJwtCredentials. newBuilder()JwtCredentials.BuilderJwtCredentials.Builder. setJwtClaims(JwtClaims claims)JwtCredentials.BuilderJwtCredentials.Builder. setLifeSpanSeconds(Long lifeSpanSeconds)JwtCredentials.BuilderJwtCredentials.Builder. setPrivateKey(PrivateKey privateKey)JwtCredentials.BuilderJwtCredentials.Builder. setPrivateKeyId(String privateKeyId)
-