Package | Description |
---|---|
com.google.auth.oauth2 |
Modifier and Type | Method and Description |
---|---|
JwtCredentials |
JwtCredentials.Builder.build() |
JwtCredentials |
JwtProvider.jwtWithClaims(JwtClaims newClaims)
Returns a new JwtCredentials instance with modified claims.
|
JwtCredentials |
ServiceAccountCredentials.jwtWithClaims(JwtClaims newClaims)
Returns a new JwtCredentials instance with modified claims.
|
JwtCredentials |
JwtCredentials.jwtWithClaims(JwtClaims newClaims)
Returns a copy of these credentials with modified claims.
|
JwtCredentials |
ServiceAccountJwtAccessCredentials.jwtWithClaims(JwtClaims newClaims)
Returns a new JwtCredentials instance with modified claims.
|
Copyright © 2023 Google. All rights reserved.