#[repr(transparent)]pub struct ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle(pub NSInteger);
ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle
impl ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle
Sourcepub const Standard: Self
pub const Standard: Self
Perform a request using the standard presentation style. This is the default style.
Sourcepub const Conditional: Self
pub const Conditional: Self
Perform a conditional request. This style of request is meant to opportunistically add passkeys to existing password-based accounts, at the discretion of the user’s credential manager. It should be performed shortly after a user has signed in with a password. If the user is using a password and passkey manager, and certain internal conditions of that credential manager are met (e.g. the user signed in recently with a matching password-based account and does not yet have a passkey for this account), then this request may proceed automatically, without further user interaction. If any of the internal conditions are not met, this request will return an error without showing any UI to the user, and may be retried the next time they sign in.
Trait Implementations§
Source§impl Clone for ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle
impl Clone for ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle
Source§fn clone(
&self,
) -> ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle
fn clone( &self, ) -> ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Ord for ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle
impl Ord for ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle
Source§fn cmp(
&self,
other: &ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle,
) -> Ordering
fn cmp( &self, other: &ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle, ) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle
impl PartialEq for ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle
Source§fn eq(
&self,
other: &ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle,
) -> bool
fn eq( &self, other: &ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle, ) -> bool
self
and other
values to be equal, and is used by ==
.