Inherits from OlapicOAuthMethod : NSObject
Declared in OlapicOAuthForAccount.h

Overview

The OAuth subclass to work with username and password

Properties

password

The username and password for the connection

@property (nonatomic, strong) NSMutableString *, *password

Declared In

OlapicOAuthForAccount.h

Instance Methods

changeUsername:andPassword:

Change username and password. This can be sued after a failed connection

- (void)changeUsername:(NSString *)user andPassword:(NSString *)pass

Parameters

user

The username

pass

The password

Availability

v1.0

Declared In

OlapicOAuthForAccount.h

initWithUsername:andPassword:

Class constructor

- (id)initWithUsername:(NSString *)user andPassword:(NSString *)pass

Parameters

user

The username

pass

The password

Return Value

An instance of this class

Availability

v1.0

Declared In

OlapicOAuthForAccount.h