pub unsafe trait ASAuthorizationWebBrowserExternallyAuthenticatableRequest: NSObjectProtocol { }
Available on crate feature ASAuthorizationWebBrowserExternallyAuthenticatableRequest only.

Trait Implementations§

source§

impl ProtocolType for dyn ASAuthorizationWebBrowserExternallyAuthenticatableRequest

source§

const NAME: &'static str = "ASAuthorizationWebBrowserExternallyAuthenticatableRequest"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn ASAuthorizationWebBrowserExternallyAuthenticatableRequest

Implementations on Foreign Types§

source§

impl<T> ASAuthorizationWebBrowserExternallyAuthenticatableRequest for ProtocolObject<T>

Implementors§

source§

impl ASAuthorizationWebBrowserExternallyAuthenticatableRequest for ASAuthorizationPlatformPublicKeyCredentialAssertionRequest

Available on crate features ASAuthorizationRequest and ASAuthorizationPlatformPublicKeyCredentialAssertionRequest only.