AuthenticationSessionError

ENUM

# AuthenticationSessionError

public enum AuthenticationSessionError: Error

An enumeration that describes issues with the authentication session management.

# Cases

# invalidUniversalLinkURL

case invalidUniversalLinkURL

Could not find the session identifier in the Universal Link URL.

# invalidQRCode

case invalidQRCode

Could not find the session identifier in the QR code.

# invalidPushNotificationPayload

case invalidPushNotificationPayload

Could not find the session identifier in the push notification payload.

# invalidAuthenticationSessionDetails

case invalidAuthenticationSessionDetails

The session identifier in SessionDetails is empty or blank.

# getAuthenticationSessionDetailsFail(_:)

case getAuthenticationSessionDetailsFail(Error?)

Fetching the authentication session details failed.

# abortSessionFail(_:)

case abortSessionFail(Error?)

Authentication session abort failed.