Uses of Class
com.azure.resourcemanager.appservice.models.OpenIdConnectRegistration
-
Packages that use OpenIdConnectRegistration Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of OpenIdConnectRegistration in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return OpenIdConnectRegistration Modifier and Type Method Description OpenIdConnectRegistrationCustomOpenIdConnectProvider. registration()Get the registration property: The configuration settings of the app registration for the custom Open ID Connect provider.OpenIdConnectRegistrationOpenIdConnectRegistration. withClientCredential(OpenIdConnectClientCredential clientCredential)Set the clientCredential property: The authentication credentials of the custom Open ID Connect provider.OpenIdConnectRegistrationOpenIdConnectRegistration. withClientId(String clientId)Set the clientId property: The client id of the custom Open ID Connect provider.OpenIdConnectRegistrationOpenIdConnectRegistration. withOpenIdConnectConfiguration(OpenIdConnectConfig openIdConnectConfiguration)Set the openIdConnectConfiguration property: The configuration settings of the endpoints used for the custom Open ID Connect provider.Methods in com.azure.resourcemanager.appservice.models with parameters of type OpenIdConnectRegistration Modifier and Type Method Description CustomOpenIdConnectProviderCustomOpenIdConnectProvider. withRegistration(OpenIdConnectRegistration registration)Set the registration property: The configuration settings of the app registration for the custom Open ID Connect provider.
-