Class IdentityProvidersResponse


  • public final class IdentityProvidersResponse
    extends java.lang.Object
    • Method Detail

      • apple

        public java.util.Optional<AppleResponse> apple()
        Returns:
        The configuration settings of the Apple provider.
      • azureActiveDirectory

        public java.util.Optional<AzureActiveDirectoryResponse> azureActiveDirectory()
        Returns:
        The configuration settings of the Azure Active directory provider.
      • azureStaticWebApps

        public java.util.Optional<AzureStaticWebAppsResponse> azureStaticWebApps()
        Returns:
        The configuration settings of the Azure Static Web Apps provider.
      • customOpenIdConnectProviders

        public java.util.Map<java.lang.String,​CustomOpenIdConnectProviderResponse> customOpenIdConnectProviders()
        Returns:
        The map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider.
      • facebook

        public java.util.Optional<FacebookResponse> facebook()
        Returns:
        The configuration settings of the Facebook provider.
      • gitHub

        public java.util.Optional<GitHubResponse> gitHub()
        Returns:
        The configuration settings of the GitHub provider.
      • google

        public java.util.Optional<GoogleResponse> google()
        Returns:
        The configuration settings of the Google provider.
      • twitter

        public java.util.Optional<TwitterResponse> twitter()
        Returns:
        The configuration settings of the Twitter provider.