Uses of Class
com.azure.resourcemanager.appservice.models.AllowedAudiencesValidation
-
Packages that use AllowedAudiencesValidation Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AllowedAudiencesValidation in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AllowedAudiencesValidation Modifier and Type Method Description AllowedAudiencesValidationGoogle. validation()Get the validation property: The configuration settings of the Azure Active Directory token validation flow.AllowedAudiencesValidationLegacyMicrosoftAccount. validation()Get the validation property: The configuration settings of the legacy Microsoft Account provider token validation flow.AllowedAudiencesValidationAllowedAudiencesValidation. withAllowedAudiences(List<String> allowedAudiences)Set the allowedAudiences property: The configuration settings of the allowed list of audiences from which to validate the JWT token.Methods in com.azure.resourcemanager.appservice.models with parameters of type AllowedAudiencesValidation Modifier and Type Method Description GoogleGoogle. withValidation(AllowedAudiencesValidation validation)Set the validation property: The configuration settings of the Azure Active Directory token validation flow.LegacyMicrosoftAccountLegacyMicrosoftAccount. withValidation(AllowedAudiencesValidation validation)Set the validation property: The configuration settings of the legacy Microsoft Account provider token validation flow.
-