Interface MicrosoftOauth2ProviderConfigInput.Builder

  • Method Details

    • clientId

      The client ID for the Microsoft OAuth2 provider.

      Parameters:
      clientId - The client ID for the Microsoft OAuth2 provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientSecret

      The client secret for the Microsoft OAuth2 provider.

      Parameters:
      clientSecret - The client secret for the Microsoft OAuth2 provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tenantId

      The Microsoft Entra ID (formerly Azure AD) tenant ID for your organization. This identifies the specific tenant within Microsoft's identity platform where your application is registered.

      Parameters:
      tenantId - The Microsoft Entra ID (formerly Azure AD) tenant ID for your organization. This identifies the specific tenant within Microsoft's identity platform where your application is registered.
      Returns:
      Returns a reference to this object so that method calls can be chained together.