Share via


ASWebAuthenticationSessionCallback.Create Method

Definition

Overloads

Create(String)

[Foundation.Export("callbackWithCustomScheme:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AuthenticationServices.ASWebAuthenticationSessionCallback Create(string customScheme);
[<Foundation.Export("callbackWithCustomScheme:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : string -> AuthenticationServices.ASWebAuthenticationSessionCallback

Parameters

customScheme
String

Returns

Attributes

Applies to

Create(String, String)

[Foundation.Export("callbackWithHTTPSHost:path:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AuthenticationServices.ASWebAuthenticationSessionCallback Create(string httpsHost, string path);
[<Foundation.Export("callbackWithHTTPSHost:path:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : string * string -> AuthenticationServices.ASWebAuthenticationSessionCallback

Parameters

httpsHost
String
path
String

Returns

Attributes

Applies to