Skip to content

Structure

AppleIdentityToken.UserDetectionStatus

Taken from https://developer.apple.com/documentation/authenticationservices/asuserdetectionstatus With slight modification to make adding new cases non-breaking.
struct UserDetectionStatus

Topics

Initializers

  • init(from:)
    Creates a new instance by decoding from the given decoder.
  • init(rawValue:)
    Creates a new option set from the given raw value.

Instance Properties

  • rawValue
    The corresponding value of the raw type.

Instance Methods

  • encode(to:)
    Encodes this value into the given encoder.

Type Properties

  • likelyReal
    A hint that we have high confidence that the user is real
  • unknown
    We could not determine the value. New users in the ecosystem will get this value as well, so you should not block these users, but instead treat them as any new user through standard email sign up flows
  • unsupported
    Not supported on current platform, ignore the value

Relationships

Conforms To

  • Swift.Decodable
  • Swift.Encodable
  • Swift.Equatable
  • Swift.ExpressibleByArrayLiteral
  • Swift.OptionSet
  • Swift.RawRepresentable
  • Swift.Sendable
  • Swift.SendableMetatype
  • Swift.SetAlgebra