Uses of Class
com.azure.resourcemanager.appservice.models.OpenIdConnectLogin
Packages that use OpenIdConnectLogin
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of OpenIdConnectLogin in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type OpenIdConnectLoginModifier and TypeClassDescriptionfinal classThe configuration settings of the login flow of the custom Open ID Connect provider.Methods in com.azure.resourcemanager.appservice.models that return OpenIdConnectLoginModifier and TypeMethodDescriptionstatic OpenIdConnectLoginOpenIdConnectLogin.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OpenIdConnectLogin from the JsonReader.CustomOpenIdConnectProvider.login()Get the login property: The configuration settings of the login flow of the custom Open ID Connect provider.OpenIdConnectLogin.withNameClaimType(String nameClaimType) Set the nameClaimType property: The name of the claim that contains the users name.OpenIdConnectLogin.withScopes(List<String> scopes) Set the scopes property: A list of the scopes that should be requested while authenticating.Methods in com.azure.resourcemanager.appservice.models with parameters of type OpenIdConnectLoginModifier and TypeMethodDescriptionCustomOpenIdConnectProvider.withLogin(OpenIdConnectLogin login) Set the login property: The configuration settings of the login flow of the custom Open ID Connect provider.