Uses of Class
com.azure.resourcemanager.apimanagement.models.AuthorizationConfirmConsentCodeRequestContract
Packages that use AuthorizationConfirmConsentCodeRequestContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationConfirmConsentCodeRequestContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type AuthorizationConfirmConsentCodeRequestContractModifier and TypeMethodDescriptionvoidAuthorizationsClient.confirmConsentCode(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationConfirmConsentCodeRequestContract parameters) Confirm valid consent code to suppress Authorizations anti-phishing page.AuthorizationsClient.confirmConsentCodeWithResponse(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationConfirmConsentCodeRequestContract parameters, com.azure.core.util.Context context) Confirm valid consent code to suppress Authorizations anti-phishing page. -
Uses of AuthorizationConfirmConsentCodeRequestContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationConfirmConsentCodeRequestContractModifier and TypeMethodDescriptionAuthorizationConfirmConsentCodeRequestContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationConfirmConsentCodeRequestContract from the JsonReader.AuthorizationConfirmConsentCodeRequestContract.withConsentCode(String consentCode) Set the consentCode property: The consent code from the authorization server after authorizing and consenting.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type AuthorizationConfirmConsentCodeRequestContractModifier and TypeMethodDescriptionvoidAuthorizationContract.confirmConsentCode(AuthorizationConfirmConsentCodeRequestContract parameters) Confirm valid consent code to suppress Authorizations anti-phishing page.voidAuthorizations.confirmConsentCode(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationConfirmConsentCodeRequestContract parameters) Confirm valid consent code to suppress Authorizations anti-phishing page.AuthorizationContract.confirmConsentCodeWithResponse(AuthorizationConfirmConsentCodeRequestContract parameters, com.azure.core.util.Context context) Confirm valid consent code to suppress Authorizations anti-phishing page.Authorizations.confirmConsentCodeWithResponse(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, AuthorizationConfirmConsentCodeRequestContract parameters, com.azure.core.util.Context context) Confirm valid consent code to suppress Authorizations anti-phishing page.