LuxChat  2.0
Instant messenger for iOS
List of all members
PFLogInViewController Class Reference

#import <PFLogInViewController.h>

Inheritance diagram for PFLogInViewController:

Properties

Configuring Log In Elements


PFLogInFields fields
 
PFLogInViewlogInView
 
Configuring Log In Behaviors


id< PFLogInViewControllerDelegatedelegate
 
NSArray< NSString * > * facebookPermissions
 
PFSignUpViewControllersignUpController
 
BOOL emailAsUsername
 

Detailed Description

The PFLogInViewController class presents and manages a standard authentication interface for logging in a PFUser.

Property Documentation

- (id<PFLogInViewControllerDelegate>) delegate
readwritenonatomicweak

The delegate that responds to the control events of PFLogInViewController.

See also
PFLogInViewControllerDelegate
- (BOOL) emailAsUsername
readwritenonatomicassign

Whether to prompt for the email as username on the login view.

If set to YES, we'll prompt for the email in the username field. This property value propagates to the attached signUpController. By default, this is set to NO.

- (NSArray<NSString *>*) facebookPermissions
readwritenonatomiccopy

The facebook permissions that Facebook log in requests for.

If unspecified, the default is basic facebook permissions.

- (PFLogInFields) fields
readwritenonatomicassign

A bitmask specifying the log in elements which are enabled in the view.

See also
PFLogInFields
- (PFLogInView*) logInView
readnonatomicstrong

The log in view. It contains all the enabled log in elements.

See also
PFLogInView
- (PFSignUpViewController*) signUpController
readwritenonatomicstrong

The sign up controller if sign up is enabled.

Use this to configure the sign up view, and the transition animation to the sign up view. The default is a sign up view with a username, a password, a dismiss button and a sign up button.


The documentation for this class was generated from the following file: