Interface SignatureGeneratorConfiguration

    • Method Detail

      • sign

        com.nimbusds.jwt.SignedJWT sign​(com.nimbusds.jwt.JWTClaimsSet claims)
                                 throws com.nimbusds.jose.JOSEException
        Generate a signed JWT based on claims.
        Parameters:
        claims - the provided claims
        Returns:
        the signed JWT
        Throws:
        com.nimbusds.jose.JOSEException - could be thrown while signing the JWT token