|
Accela SDK for iOS
V3.2
|
#import <AccelaMobile.h>
Instance Methods | |
| (void) | - amDidLogin: |
| (void) | - amDidCancelLogin |
| (void) | - amDidLoginFailure: |
| (BOOL) | - amDidSessionInvalid: |
| (void) | - amDidLogout |
Defines the methods that a delegate of a AccelaMobile object may implement.
All the methods defined in this protocol are optional.
|
optional |
Sends to the delegate when user cancel authorization.
|
optional |
Sends to the delegate when the user successfully logs in.
| grantType | 1- password 2- authorization code 3- refresh_token |
|
optional |
Sends to the delegate when there is an error during authorization.
|
optional |
Sends to the delegate when the user logged out.
|
optional |
Sends to the delegate when the session is invalid.