Interface GetResourceOauth2TokenResponse.Builder

  • Method Details

    • authorizationUrl

      GetResourceOauth2TokenResponse.Builder authorizationUrl(String authorizationUrl)

      The URL for the authorization process, provided if the Access token requires user Authorization.

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

      OAuth2 token ready for use

      Parameters:
      accessToken - OAuth2 token ready for use
      Returns:
      Returns a reference to this object so that method calls can be chained together.