Uses of Class
com.azure.resourcemanager.appservice.models.OpenIdConnectClientCredential
-
Packages that use OpenIdConnectClientCredential Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of OpenIdConnectClientCredential in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return OpenIdConnectClientCredential Modifier and Type Method Description OpenIdConnectClientCredentialOpenIdConnectRegistration. clientCredential()Get the clientCredential property: The authentication credentials of the custom Open ID Connect provider.OpenIdConnectClientCredentialOpenIdConnectClientCredential. withClientSecretSettingName(String clientSecretSettingName)Set the clientSecretSettingName property: The app setting that contains the client secret for the custom Open ID Connect provider.OpenIdConnectClientCredentialOpenIdConnectClientCredential. withMethod(ClientCredentialMethod method)Set the method property: The method that should be used to authenticate the user.Methods in com.azure.resourcemanager.appservice.models with parameters of type OpenIdConnectClientCredential Modifier and Type Method Description OpenIdConnectRegistrationOpenIdConnectRegistration. withClientCredential(OpenIdConnectClientCredential clientCredential)Set the clientCredential property: The authentication credentials of the custom Open ID Connect provider.
-