Uses of Class
com.azure.resourcemanager.apimanagement.models.OpenIdAuthenticationSettingsContract
Packages that use OpenIdAuthenticationSettingsContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of OpenIdAuthenticationSettingsContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return OpenIdAuthenticationSettingsContractModifier and TypeMethodDescriptionOpenIdAuthenticationSettingsContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OpenIdAuthenticationSettingsContract from the JsonReader.AuthenticationSettingsContract.openid()Get the openid property: OpenID Connect Authentication Settings.OpenIdAuthenticationSettingsContract.withBearerTokenSendingMethods(List<BearerTokenSendingMethods> bearerTokenSendingMethods) Set the bearerTokenSendingMethods property: How to send token to the server.OpenIdAuthenticationSettingsContract.withOpenidProviderId(String openidProviderId) Set the openidProviderId property: OAuth authorization server identifier.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type OpenIdAuthenticationSettingsContractModifier and TypeMethodDescriptionAuthenticationSettingsContract.openidAuthenticationSettings()Get the openidAuthenticationSettings property: Collection of Open ID Connect authentication settings included into this API.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type OpenIdAuthenticationSettingsContractModifier and TypeMethodDescriptionAuthenticationSettingsContract.withOpenid(OpenIdAuthenticationSettingsContract openid) Set the openid property: OpenID Connect Authentication Settings.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type OpenIdAuthenticationSettingsContractModifier and TypeMethodDescriptionAuthenticationSettingsContract.withOpenidAuthenticationSettings(List<OpenIdAuthenticationSettingsContract> openidAuthenticationSettings) Set the openidAuthenticationSettings property: Collection of Open ID Connect authentication settings included into this API.