#import <BBAccount.h>
Properties | |
GTMOAuth2Authentication * | authToken |
The valid GTMOAuth2Authentication token. | |
NSString * | username |
The username of the authenticated user, equivalent to the mail address. | |
BOOL | principal |
Define whenever the account is principal. |
BBAccount Protocol.
- (GTMOAuth2Authentication*) authToken [read, write, retain] |
The valid GTMOAuth2Authentication token.
- (BOOL) principal [read, write, assign] |
Define whenever the account is principal.
- (NSString*) username [read, write, copy] |
The username of the authenticated user, equivalent to the mail address.