Uses of Class
com.azure.resourcemanager.appservice.models.AllowedAudiencesValidation
Packages that use AllowedAudiencesValidation
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AllowedAudiencesValidation in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type AllowedAudiencesValidationModifier and TypeClassDescriptionfinal classThe configuration settings of the Allowed Audiences validation flow.Methods in com.azure.resourcemanager.appservice.models that return AllowedAudiencesValidationModifier and TypeMethodDescriptionstatic AllowedAudiencesValidationAllowedAudiencesValidation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AllowedAudiencesValidation from the JsonReader.Google.validation()Get the validation property: The configuration settings of the Azure Active Directory token validation flow.LegacyMicrosoftAccount.validation()Get the validation property: The configuration settings of the legacy Microsoft Account provider token validation flow.AllowedAudiencesValidation.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 AllowedAudiencesValidationModifier and TypeMethodDescriptionGoogle.withValidation(AllowedAudiencesValidation validation) Set the validation property: The configuration settings of the Azure Active Directory token validation flow.LegacyMicrosoftAccount.withValidation(AllowedAudiencesValidation validation) Set the validation property: The configuration settings of the legacy Microsoft Account provider token validation flow.