ASWebAuthenticationSessionCallback.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Create(String) | |
| Create(String, String) |
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