Поделиться через


ServiceAuthType Struct

Definition

Contains constants for authentication methods.

public readonly struct ServiceAuthType : IEquatable<Azure.Developer.Playwright.ServiceAuthType>
type ServiceAuthType = struct
Public Structure ServiceAuthType
Implements IEquatable(Of ServiceAuthType)
Inheritance
ServiceAuthType
Implements

Remarks

Initializes a new instance of the ServiceAuthType structure.

Constructors

ServiceAuthType(String)

Contains constants for authentication methods.

Properties

AccessToken

Access token authentication method.

EntraId

Entra ID authentication method.

Methods

Equals(ServiceAuthType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ServiceAuthType, ServiceAuthType)

Determines if two ServiceAuthType values are the same.

Implicit(String to ServiceAuthType)

Converts a string to a ServiceAuthType.

Inequality(ServiceAuthType, ServiceAuthType)

Determines if two ServiceAuthType values are different.

Applies to