Interface GetResourceOauth2TokenResponse.Builder

  • Method Details

    • authorizationUrl

      GetResourceOauth2TokenResponse.Builder authorizationUrl(String authorizationUrl)

      The URL to initiate the authorization process, provided when the access token requires user authorization.

      Parameters:
      authorizationUrl - The URL to initiate the authorization process, provided when the access token requires user authorization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessToken

      The OAuth 2.0 access token to use.

      Parameters:
      accessToken - The OAuth 2.0 access token to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.