VSAccountMetadataRequest.VerificationToken Property

Definition

If not null, a value that the provider requires to verify the identity of the requesting app.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? VerificationToken { [Foundation.Export("verificationToken")] get; [Foundation.Export("setVerificationToken:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("verificationToken")>]
[<set: Foundation.Export("setVerificationToken:")>]
member this.VerificationToken : string with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to