Interface OAuth2ClientApplication.Builder

    • Method Detail

      • userManagedClientApplicationClientId

        OAuth2ClientApplication.Builder userManagedClientApplicationClientId​(String userManagedClientApplicationClientId)

        The client application clientID if the ClientAppType is USER_MANAGED.

        Parameters:
        userManagedClientApplicationClientId - The client application clientID if the ClientAppType is USER_MANAGED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsManagedClientApplicationReference

        OAuth2ClientApplication.Builder awsManagedClientApplicationReference​(String awsManagedClientApplicationReference)

        The reference to the SaaS-side client app that is Amazon Web Services managed.

        Parameters:
        awsManagedClientApplicationReference - The reference to the SaaS-side client app that is Amazon Web Services managed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.