Uses of Class
com.google.auth.oauth2.JwtCredentials.Builder
Packages that use JwtCredentials.Builder
-
Uses of JwtCredentials.Builder in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return JwtCredentials.BuilderModifier and TypeMethodDescriptionstatic JwtCredentials.BuilderJwtCredentials.newBuilder()(package private) JwtCredentials.BuilderJwtCredentials.Builder.setClock(com.google.api.client.util.Clock clock) JwtCredentials.Builder.setJwtClaims(JwtClaims claims) JwtCredentials.Builder.setLifeSpanSeconds(Long lifeSpanSeconds) JwtCredentials.Builder.setPrivateKey(PrivateKey privateKey) JwtCredentials.Builder.setPrivateKeyId(String privateKeyId) Constructors in com.google.auth.oauth2 with parameters of type JwtCredentials.Builder