AuthCodeDeliveryDetails
public struct AuthCodeDeliveryDetails
extension AuthCodeDeliveryDetails: Equatable
Details on where the code has been delivered
-
Destination to which the code was delivered.
Declaration
Swift
public let destination: DeliveryDestination
-
Attribute that is confirmed or verified.
Declaration
Swift
public let attributeKey: AuthUserAttributeKey?
-
Declaration
Swift
public init(destination: DeliveryDestination, attributeKey: AuthUserAttributeKey? = nil)