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.Builder
JwtCredentials. newBuilder()
JwtCredentials.Builder
JwtCredentials.Builder. setJwtClaims(JwtClaims claims)
JwtCredentials.Builder
JwtCredentials.Builder. setLifeSpanSeconds(Long lifeSpanSeconds)
JwtCredentials.Builder
JwtCredentials.Builder. setPrivateKey(PrivateKey privateKey)
JwtCredentials.Builder
JwtCredentials.Builder. setPrivateKeyId(String privateKeyId)
-