public interface JwtProvider
Modifier and Type | Method and Description |
---|---|
JwtCredentials |
jwtWithClaims(JwtClaims newClaims)
Returns a new JwtCredentials instance with modified claims.
|
JwtCredentials jwtWithClaims(JwtClaims newClaims)
newClaims
- new claims. Any unspecified claim fields default to the current values.Copyright © 2023 Google. All rights reserved.