Interface JwtBuilder

    • Method Detail

      • asJwt

        Jwt asJwt()
        Builds the JWT object from its constituent parts.
        Returns:
        The Jwt.
      • build

        String build()
        Builds the JWT into a String by calling the build method on the JWT object.

        Returns:
        The base64url encoded UTF-8 parts of the JWT.
        See Also:
        Jwt.build()