Interface LinkedAccountDeveloperJwt.Builder

  • Method Details

    • kid

      The key ID (kid) from the JWT header. Identifies which key was used to sign the JWT.

      Parameters:
      kid - The key ID (kid) from the JWT header. Identifies which key was used to sign the JWT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sub

      The subject (sub) claim from the JWT payload. Identifies the principal that is the subject of the JWT.

      Parameters:
      sub - The subject (sub) claim from the JWT payload. Identifies the principal that is the subject of the JWT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.