Interface OAuthCodeCredential.Builder

  • Method Details

    • authCode

      OAuthCodeCredential.Builder authCode(String authCode)

      The OAuth 2.0 authorization code returned by the external system's authorization endpoint.

      Parameters:
      authCode - The OAuth 2.0 authorization code returned by the external system's authorization endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.