Interface CreateOneTimeDeepLinkCodeResponse.Builder

  • Method Details

    • code

      The one-time deep-link code.

      Parameters:
      code - The one-time deep-link code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deepLinkUrl

      The deep-link URL containing the one-time code.

      Parameters:
      deepLinkUrl - The deep-link URL containing the one-time code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expiresAt

      The timestamp when the code expires.

      Parameters:
      expiresAt - The timestamp when the code expires.
      Returns:
      Returns a reference to this object so that method calls can be chained together.