ONGAuthenticator Class Reference

Inherits from NSObject
Conforms to NSSecureCoding
Declared in ONGAuthenticator.h

Overview

Represents an authenticator. Authenticator objects can be obtained using ONGUserClient nonRegisteredAuthenticatorsForUser: or registeredAuthenticatorsForUser:.

  identifier

Unique authenticator identifier.

@property (nonatomic, copy, readonly) NSString *identifier

Declared In

ONGAuthenticator.h

  name

Human-readable authenticator name.

@property (nonatomic, copy, readonly) NSString *name

Declared In

ONGAuthenticator.h

  type

Authenticator type.

@property (nonatomic, readonly) ONGAuthenticatorType type

Declared In

ONGAuthenticator.h

  registered

Indicates if this authenticator is registered for the user for which it was fetched.

@property (nonatomic, readonly, getter=isRegistered) BOOL registered

Declared In

ONGAuthenticator.h

  preferred

Indicates if this authenticator is set as preferred for the user for which it was fetched.

@property (nonatomic, readonly, getter=isPreferred) BOOL preferred

Declared In

ONGAuthenticator.h