Share via


ASAuthorizationOpenIdRequest.RequestedScopes Property

Definition

[ObjCRuntime.BindAs(typeof(AuthenticationServices.ASAuthorizationScope[]), OriginalType=typeof(Foundation.NSString[]))]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AuthenticationServices.ASAuthorizationScope[]? RequestedScopes { [Foundation.Export("requestedScopes", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setRequestedScopes:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindAs(typeof(AuthenticationServices.ASAuthorizationScope[]), OriginalType=typeof(Foundation.NSString[]))>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("requestedScopes", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setRequestedScopes:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.RequestedScopes : AuthenticationServices.ASAuthorizationScope[] with get, set

Property Value

Attributes

Applies to