TWTRLogInCompletion Block Reference

Declared in TWTRSession.h

Block Definition

TWTRLogInCompletion

Completion block called when user login succeeds or fails.

typedef void (^TWTRLogInCompletion) (TWTRSession *_Nullable, session ,, NSError *_Nullable, error ), ; @interface, TWTRSession :, NSObject <, TWTRAuthSession >, @property (, nonatomic ,, copy ,, readonly ), NSString *authToken, ; @property, ( nonatomic, copy ,, readonly ), NSString *authTokenSecret, ; @property, ( nonatomic, copy ,, readonly ), NSString *userName, ; @property, ( nonatomic, copy ,, readonly ), NSString *userID, ; -, ( instancetype, ) initWithSessionDictionary, : (, NSDictionary *), sessionDictionary ;, - (, instancetype ), initWithSSOResponse :, ( NSDictionary, * ), authDictionary ;, - (, instancetype ), initWithAuthToken :, ( NSString, * ), authToken authTokenSecret, : (, NSString *), authTokenSecret userName, : (, NSString *), userName userID, : (, NSString *), userID NS_DESIGNATED_INITIALIZER, ; -, ( instancetype, ) init, NS_UNAVAILABLE ;, @end NS_ASSUME_NONNULL_END)

Declared In

TWTRSession.h