ONGLogoutError Constants Reference

Declared in ONGErrors.h

ONGLogoutError

Error codes in ONGLogoutErrorDomain

Definition

typedef NS_ENUM(ONGErrorCode, ONGLogoutError ) {
   ONGLogoutErrorLocalLogout = 10009,
};

Constants

ONGLogoutErrorLocalLogout

The user was only logged out on the device. The access token has not been invalidated on the server-side. This does not pose a problem but you might want to inform the end-user as he might be able to see that he/she is still logged in through a web portal.

Declared In ONGErrors.h.

Declared In

ONGErrors.h