Uses of Class
com.azure.resourcemanager.appcontainers.models.OpenIdConnectClientCredential
-
Packages that use OpenIdConnectClientCredential Package Description com.azure.resourcemanager.appcontainers.models 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 OpenIdConnectClientCredential Modifier and Type Method Description OpenIdConnectClientCredential
OpenIdConnectRegistration. clientCredential()
Get the clientCredential property: The authentication credentials of the custom Open ID Connect provider.OpenIdConnectClientCredential
OpenIdConnectClientCredential. withClientSecretSettingName(String clientSecretSettingName)
Set the clientSecretSettingName property: The app setting that contains the client secret for the custom Open ID Connect provider.OpenIdConnectClientCredential
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 OpenIdConnectClientCredential Modifier and Type Method Description OpenIdConnectRegistration
OpenIdConnectRegistration. withClientCredential(OpenIdConnectClientCredential clientCredential)
Set the clientCredential property: The authentication credentials of the custom Open ID Connect provider.
-