AuthorizationContractResource.ConfirmConsentCodeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Confirm valid consent code to suppress Authorizations anti-phishing page.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/authorizationProviders/{authorizationProviderId}/authorizations/{authorizationId}/confirmConsentCode
- Operation Id: Authorization_ConfirmConsentCode
- Default Api Version: 2023-03-01-preview
- Resource: AuthorizationContractResource
public virtual System.Threading.Tasks.Task<Azure.Response> ConfirmConsentCodeAsync (Azure.ResourceManager.ApiManagement.Models.AuthorizationConfirmConsentCodeContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ConfirmConsentCodeAsync : Azure.ResourceManager.ApiManagement.Models.AuthorizationConfirmConsentCodeContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.ConfirmConsentCodeAsync : Azure.ResourceManager.ApiManagement.Models.AuthorizationConfirmConsentCodeContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function ConfirmConsentCodeAsync (content As AuthorizationConfirmConsentCodeContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
Parameters
Create parameters.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET