Interface CreateAuthCodeResponse.Builder

  • Method Details

    • authCode

      The authorization code to use for establishing a session.

      Parameters:
      authCode - The authorization code to use for establishing a session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      CreateAuthCodeResponse.Builder sessionId(String sessionId)

      The identifier of the session created with the authorization code.

      Parameters:
      sessionId - The identifier of the session created with the authorization code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityType

      CreateAuthCodeResponse.Builder entityType(String entityType)

      The type of entity associated with the authorization code.

      Parameters:
      entityType - The type of entity associated with the authorization code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • entityType

      The type of entity associated with the authorization code.

      Parameters:
      entityType - The type of entity associated with the authorization code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • entityId

      The identifier of the entity associated with the authorization code.

      Parameters:
      entityId - The identifier of the entity associated with the authorization code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.