#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
pub type SecondaryAuthenticationFactorAuthentication = *mut ::core::ffi::c_void;
#[doc = "*Required features: 'Security_Authentication_Identity_Provider', 'deprecated'*"]
#[cfg(feature = "deprecated")]
#[repr(transparent)]
pub struct SecondaryAuthenticationFactorAuthenticationMessage(pub i32);
#[cfg(feature = "deprecated")]
impl SecondaryAuthenticationFactorAuthenticationMessage {
pub const Invalid: Self = Self(0i32);
pub const SwipeUpWelcome: Self = Self(1i32);
pub const TapWelcome: Self = Self(2i32);
pub const DeviceNeedsAttention: Self = Self(3i32);
pub const LookingForDevice: Self = Self(4i32);
pub const LookingForDevicePluggedin: Self = Self(5i32);
pub const BluetoothIsDisabled: Self = Self(6i32);
pub const NfcIsDisabled: Self = Self(7i32);
pub const WiFiIsDisabled: Self = Self(8i32);
pub const ExtraTapIsRequired: Self = Self(9i32);
pub const DisabledByPolicy: Self = Self(10i32);
pub const TapOnDeviceRequired: Self = Self(11i32);
pub const HoldFinger: Self = Self(12i32);
pub const ScanFinger: Self = Self(13i32);
pub const UnauthorizedUser: Self = Self(14i32);
pub const ReregisterRequired: Self = Self(15i32);
pub const TryAgain: Self = Self(16i32);
pub const SayPassphrase: Self = Self(17i32);
pub const ReadyToSignIn: Self = Self(18i32);
pub const UseAnotherSignInOption: Self = Self(19i32);
pub const ConnectionRequired: Self = Self(20i32);
pub const TimeLimitExceeded: Self = Self(21i32);
pub const CanceledByUser: Self = Self(22i32);
pub const CenterHand: Self = Self(23i32);
pub const MoveHandCloser: Self = Self(24i32);
pub const MoveHandFarther: Self = Self(25i32);
pub const PlaceHandAbove: Self = Self(26i32);
pub const RecognitionFailed: Self = Self(27i32);
pub const DeviceUnavailable: Self = Self(28i32);
}
#[cfg(feature = "deprecated")]
impl ::core::marker::Copy for SecondaryAuthenticationFactorAuthenticationMessage {}
#[cfg(feature = "deprecated")]
impl ::core::clone::Clone for SecondaryAuthenticationFactorAuthenticationMessage {
fn clone(&self) -> Self {
*self
}
}
pub type SecondaryAuthenticationFactorAuthenticationResult = *mut ::core::ffi::c_void;
#[doc = "*Required features: 'Security_Authentication_Identity_Provider', 'deprecated'*"]
#[cfg(feature = "deprecated")]
#[repr(transparent)]
pub struct SecondaryAuthenticationFactorAuthenticationScenario(pub i32);
#[cfg(feature = "deprecated")]
impl SecondaryAuthenticationFactorAuthenticationScenario {
pub const SignIn: Self = Self(0i32);
pub const CredentialPrompt: Self = Self(1i32);
}
#[cfg(feature = "deprecated")]
impl ::core::marker::Copy for SecondaryAuthenticationFactorAuthenticationScenario {}
#[cfg(feature = "deprecated")]
impl ::core::clone::Clone for SecondaryAuthenticationFactorAuthenticationScenario {
fn clone(&self) -> Self {
*self
}
}
#[doc = "*Required features: 'Security_Authentication_Identity_Provider', 'deprecated'*"]
#[cfg(feature = "deprecated")]
#[repr(transparent)]
pub struct SecondaryAuthenticationFactorAuthenticationStage(pub i32);
#[cfg(feature = "deprecated")]
impl SecondaryAuthenticationFactorAuthenticationStage {
pub const NotStarted: Self = Self(0i32);
pub const WaitingForUserConfirmation: Self = Self(1i32);
pub const CollectingCredential: Self = Self(2i32);
pub const SuspendingAuthentication: Self = Self(3i32);
pub const CredentialCollected: Self = Self(4i32);
pub const CredentialAuthenticated: Self = Self(5i32);
pub const StoppingAuthentication: Self = Self(6i32);
pub const ReadyForLock: Self = Self(7i32);
pub const CheckingDevicePresence: Self = Self(8i32);
}
#[cfg(feature = "deprecated")]
impl ::core::marker::Copy for SecondaryAuthenticationFactorAuthenticationStage {}
#[cfg(feature = "deprecated")]
impl ::core::clone::Clone for SecondaryAuthenticationFactorAuthenticationStage {
fn clone(&self) -> Self {
*self
}
}
pub type SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs = *mut ::core::ffi::c_void;
pub type SecondaryAuthenticationFactorAuthenticationStageInfo = *mut ::core::ffi::c_void;
#[doc = "*Required features: 'Security_Authentication_Identity_Provider', 'deprecated'*"]
#[cfg(feature = "deprecated")]
#[repr(transparent)]
pub struct SecondaryAuthenticationFactorAuthenticationStatus(pub i32);
#[cfg(feature = "deprecated")]
impl SecondaryAuthenticationFactorAuthenticationStatus {
pub const Failed: Self = Self(0i32);
pub const Started: Self = Self(1i32);
pub const UnknownDevice: Self = Self(2i32);
pub const DisabledByPolicy: Self = Self(3i32);
pub const InvalidAuthenticationStage: Self = Self(4i32);
}
#[cfg(feature = "deprecated")]
impl ::core::marker::Copy for SecondaryAuthenticationFactorAuthenticationStatus {}
#[cfg(feature = "deprecated")]
impl ::core::clone::Clone for SecondaryAuthenticationFactorAuthenticationStatus {
fn clone(&self) -> Self {
*self
}
}
#[doc = "*Required features: 'Security_Authentication_Identity_Provider', 'deprecated'*"]
#[cfg(feature = "deprecated")]
#[repr(transparent)]
pub struct SecondaryAuthenticationFactorDeviceCapabilities(pub u32);
#[cfg(feature = "deprecated")]
impl SecondaryAuthenticationFactorDeviceCapabilities {
pub const None: Self = Self(0u32);
pub const SecureStorage: Self = Self(1u32);
pub const StoreKeys: Self = Self(2u32);
pub const ConfirmUserIntentToAuthenticate: Self = Self(4u32);
pub const SupportSecureUserPresenceCheck: Self = Self(8u32);
pub const TransmittedDataIsEncrypted: Self = Self(16u32);
pub const HMacSha256: Self = Self(32u32);
pub const CloseRangeDataTransmission: Self = Self(64u32);
}
#[cfg(feature = "deprecated")]
impl ::core::marker::Copy for SecondaryAuthenticationFactorDeviceCapabilities {}
#[cfg(feature = "deprecated")]
impl ::core::clone::Clone for SecondaryAuthenticationFactorDeviceCapabilities {
fn clone(&self) -> Self {
*self
}
}
#[doc = "*Required features: 'Security_Authentication_Identity_Provider', 'deprecated'*"]
#[cfg(feature = "deprecated")]
#[repr(transparent)]
pub struct SecondaryAuthenticationFactorDeviceFindScope(pub i32);
#[cfg(feature = "deprecated")]
impl SecondaryAuthenticationFactorDeviceFindScope {
pub const User: Self = Self(0i32);
pub const AllUsers: Self = Self(1i32);
}
#[cfg(feature = "deprecated")]
impl ::core::marker::Copy for SecondaryAuthenticationFactorDeviceFindScope {}
#[cfg(feature = "deprecated")]
impl ::core::clone::Clone for SecondaryAuthenticationFactorDeviceFindScope {
fn clone(&self) -> Self {
*self
}
}
#[doc = "*Required features: 'Security_Authentication_Identity_Provider', 'deprecated'*"]
#[cfg(feature = "deprecated")]
#[repr(transparent)]
pub struct SecondaryAuthenticationFactorDevicePresence(pub i32);
#[cfg(feature = "deprecated")]
impl SecondaryAuthenticationFactorDevicePresence {
pub const Absent: Self = Self(0i32);
pub const Present: Self = Self(1i32);
}
#[cfg(feature = "deprecated")]
impl ::core::marker::Copy for SecondaryAuthenticationFactorDevicePresence {}
#[cfg(feature = "deprecated")]
impl ::core::clone::Clone for SecondaryAuthenticationFactorDevicePresence {
fn clone(&self) -> Self {
*self
}
}
#[doc = "*Required features: 'Security_Authentication_Identity_Provider', 'deprecated'*"]
#[cfg(feature = "deprecated")]
#[repr(transparent)]
pub struct SecondaryAuthenticationFactorDevicePresenceMonitoringMode(pub i32);
#[cfg(feature = "deprecated")]
impl SecondaryAuthenticationFactorDevicePresenceMonitoringMode {
pub const Unsupported: Self = Self(0i32);
pub const AppManaged: Self = Self(1i32);
pub const SystemManaged: Self = Self(2i32);
}
#[cfg(feature = "deprecated")]
impl ::core::marker::Copy for SecondaryAuthenticationFactorDevicePresenceMonitoringMode {}
#[cfg(feature = "deprecated")]
impl ::core::clone::Clone for SecondaryAuthenticationFactorDevicePresenceMonitoringMode {
fn clone(&self) -> Self {
*self
}
}
#[doc = "*Required features: 'Security_Authentication_Identity_Provider', 'deprecated'*"]
#[cfg(feature = "deprecated")]
#[repr(transparent)]
pub struct SecondaryAuthenticationFactorDevicePresenceMonitoringRegistrationStatus(pub i32);
#[cfg(feature = "deprecated")]
impl SecondaryAuthenticationFactorDevicePresenceMonitoringRegistrationStatus {
pub const Unsupported: Self = Self(0i32);
pub const Succeeded: Self = Self(1i32);
pub const DisabledByPolicy: Self = Self(2i32);
}
#[cfg(feature = "deprecated")]
impl ::core::marker::Copy for SecondaryAuthenticationFactorDevicePresenceMonitoringRegistrationStatus {}
#[cfg(feature = "deprecated")]
impl ::core::clone::Clone for SecondaryAuthenticationFactorDevicePresenceMonitoringRegistrationStatus {
fn clone(&self) -> Self {
*self
}
}
#[doc = "*Required features: 'Security_Authentication_Identity_Provider', 'deprecated'*"]
#[cfg(feature = "deprecated")]
#[repr(transparent)]
pub struct SecondaryAuthenticationFactorFinishAuthenticationStatus(pub i32);
#[cfg(feature = "deprecated")]
impl SecondaryAuthenticationFactorFinishAuthenticationStatus {
pub const Failed: Self = Self(0i32);
pub const Completed: Self = Self(1i32);
pub const NonceExpired: Self = Self(2i32);
}
#[cfg(feature = "deprecated")]
impl ::core::marker::Copy for SecondaryAuthenticationFactorFinishAuthenticationStatus {}
#[cfg(feature = "deprecated")]
impl ::core::clone::Clone for SecondaryAuthenticationFactorFinishAuthenticationStatus {
fn clone(&self) -> Self {
*self
}
}
pub type SecondaryAuthenticationFactorInfo = *mut ::core::ffi::c_void;
pub type SecondaryAuthenticationFactorRegistration = *mut ::core::ffi::c_void;
pub type SecondaryAuthenticationFactorRegistrationResult = *mut ::core::ffi::c_void;
#[doc = "*Required features: 'Security_Authentication_Identity_Provider', 'deprecated'*"]
#[cfg(feature = "deprecated")]
#[repr(transparent)]
pub struct SecondaryAuthenticationFactorRegistrationStatus(pub i32);
#[cfg(feature = "deprecated")]
impl SecondaryAuthenticationFactorRegistrationStatus {
pub const Failed: Self = Self(0i32);
pub const Started: Self = Self(1i32);
pub const CanceledByUser: Self = Self(2i32);
pub const PinSetupRequired: Self = Self(3i32);
pub const DisabledByPolicy: Self = Self(4i32);
}
#[cfg(feature = "deprecated")]
impl ::core::marker::Copy for SecondaryAuthenticationFactorRegistrationStatus {}
#[cfg(feature = "deprecated")]
impl ::core::clone::Clone for SecondaryAuthenticationFactorRegistrationStatus {
fn clone(&self) -> Self {
*self
}
}