AuthConfig

@objcMembers
class AuthConfig
extension AuthConfig : CVarArg, CustomDebugStringConvertible, CustomStringConvertible, Equatable, Hashable, NSCopying, NSObjectProtocol

A config that allows merchants to set authentication traits

  • Undocumented

    Declaration

    Swift

    func copy(with zone: NSZone? = nil) -> Any
  • The user’s email the merchant passes so that we can check if PayPal account with that email exist to more quickly authenticate the user. If the string is empty set it to nil. If the user logouts this value is cleared.

    Declaration

    Swift

    var userEmail: String? { get set }