Uses of Class
com.azure.resourcemanager.appservice.models.OpenIdConnectLogin
-
Packages that use OpenIdConnectLogin Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of OpenIdConnectLogin in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return OpenIdConnectLogin Modifier and Type Method Description OpenIdConnectLoginCustomOpenIdConnectProvider. login()Get the login property: The configuration settings of the login flow of the custom Open ID Connect provider.OpenIdConnectLoginOpenIdConnectLogin. withNameClaimType(String nameClaimType)Set the nameClaimType property: The name of the claim that contains the users name.OpenIdConnectLoginOpenIdConnectLogin. 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 OpenIdConnectLogin Modifier and Type Method Description CustomOpenIdConnectProviderCustomOpenIdConnectProvider. withLogin(OpenIdConnectLogin login)Set the login property: The configuration settings of the login flow of the custom Open ID Connect provider.
-