Interface JwtProvider

    • Method Detail

      • jwtWithClaims

        JwtCredentials jwtWithClaims​(JwtClaims newClaims)
        Returns a new JwtCredentials instance with modified claims.
        Parameters:
        newClaims - new claims. Any unspecified claim fields default to the current values.
        Returns:
        new credentials