ArmProviderHubModelFactory.TokenAuthConfiguration Method

Definition

public static Azure.ResourceManager.ProviderHub.Models.TokenAuthConfiguration TokenAuthConfiguration(Azure.ResourceManager.ProviderHub.Models.ProviderAuthenticationScheme? authenticationScheme = default, Azure.ResourceManager.ProviderHub.Models.SignedRequestScope? signedRequestScope = default, bool? disableCertificateAuthenticationFallback = default);
static member TokenAuthConfiguration : Nullable<Azure.ResourceManager.ProviderHub.Models.ProviderAuthenticationScheme> * Nullable<Azure.ResourceManager.ProviderHub.Models.SignedRequestScope> * Nullable<bool> -> Azure.ResourceManager.ProviderHub.Models.TokenAuthConfiguration
Public Shared Function TokenAuthConfiguration (Optional authenticationScheme As Nullable(Of ProviderAuthenticationScheme) = Nothing, Optional signedRequestScope As Nullable(Of SignedRequestScope) = Nothing, Optional disableCertificateAuthenticationFallback As Nullable(Of Boolean) = Nothing) As TokenAuthConfiguration

Parameters

authenticationScheme
Nullable<ProviderAuthenticationScheme>

The authentication scheme.

signedRequestScope
Nullable<SignedRequestScope>

The signed request scope.

disableCertificateAuthenticationFallback
Nullable<Boolean>

Whether certification authentication fallback is disabled.

Returns

A new TokenAuthConfiguration instance for mocking.

Applies to