@Beta
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 will default to the the current
values.Copyright © 2020 Google. All rights reserved.