Uses of Class
com.azure.resourcemanager.appservice.models.OpenIdConnectRegistration
Packages that use OpenIdConnectRegistration
Package
Description
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 OpenIdConnectRegistrationModifier and TypeMethodDescriptionstatic OpenIdConnectRegistrationOpenIdConnectRegistration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OpenIdConnectRegistration from the JsonReader.CustomOpenIdConnectProvider.registration()Get the registration property: The configuration settings of the app registration for the custom Open ID Connect provider.OpenIdConnectRegistration.withClientCredential(OpenIdConnectClientCredential clientCredential) Set the clientCredential property: The authentication credentials of the custom Open ID Connect provider.OpenIdConnectRegistration.withClientId(String clientId) Set the clientId property: The client id of the custom Open ID Connect provider.OpenIdConnectRegistration.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 OpenIdConnectRegistrationModifier and TypeMethodDescriptionCustomOpenIdConnectProvider.withRegistration(OpenIdConnectRegistration registration) Set the registration property: The configuration settings of the app registration for the custom Open ID Connect provider.