Classes

The following classes are available globally.

  • User’s credentials obtained from Auth0.

    See more

    Declaration

    Swift

    @objc(A0Credentials)
    public final class Credentials : NSObject
    extension Credentials: Codable
    extension Credentials: NSSecureCoding
  • User attributes that can be updated using the patch() method of Users.

    See more

    Declaration

    Swift

    final public class UserPatchAttributes