Uses of Class
com.azure.resourcemanager.appcontainers.models.OpenIdConnectClientCredential
Packages that use OpenIdConnectClientCredential
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of OpenIdConnectClientCredential in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.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.appcontainers.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.