ACAccountCredential.OAuthToken Property

Definition

The OAuth token used for the credential.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string OAuthToken { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("oauthToken", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setOauthToken:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.OAuthToken : string with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to