Uses of Class
com.azure.resourcemanager.appservice.models.OpenIdConnectClientCredential
Packages that use OpenIdConnectClientCredential
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of OpenIdConnectClientCredential in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type OpenIdConnectClientCredentialModifier and TypeClassDescriptionfinal classThe authentication client credentials of the custom Open ID Connect provider.Methods in com.azure.resourcemanager.appservice.models that return OpenIdConnectClientCredentialModifier and TypeMethodDescriptionOpenIdConnectRegistration.clientCredential()Get the clientCredential property: The authentication credentials of the custom Open ID Connect provider.OpenIdConnectClientCredential.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OpenIdConnectClientCredential from the JsonReader.OpenIdConnectClientCredential.withClientSecretSettingName(String clientSecretSettingName) Set the clientSecretSettingName property: The app setting that contains the client secret for the custom Open ID Connect provider.OpenIdConnectClientCredential.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 OpenIdConnectClientCredentialModifier and TypeMethodDescriptionOpenIdConnectRegistration.withClientCredential(OpenIdConnectClientCredential clientCredential) Set the clientCredential property: The authentication credentials of the custom Open ID Connect provider.