ArmProviderHubModelFactory.TokenAuthConfiguration 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.
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.
Whether certification authentication fallback is disabled.
Returns
A new TokenAuthConfiguration instance for mocking.