UPPlatformAuthScope Constants Reference
Declared in | UPPlatform.h |
References | https://jawbone.com/up/developer/authentication |
UPPlatformAuthScope
The authentication scope asked of the user.
Definition
typedef NS_OPTIONS(NSUInteger, UPPlatformAuthScope ) {
UPPlatformAuthScopeBasicRead = 1 < < 0,
UPPlatformAuthScopeExtendedRead = 1 < < 1,
UPPlatformAuthScopeLocationRead = 1 < < 2,
UPPlatformAuthScopeFriendsRead = 1 < < 3,
UPPlatformAuthScopeMoodRead = 1 < < 4,
UPPlatformAuthScopeMoodWrite = 1 < < 5,
UPPlatformAuthScopeMoveRead = 1 < < 6,
UPPlatformAuthScopeMoveWrite = 1 < < 7,
UPPlatformAuthScopeSleepRead = 1 < < 8,
UPPlatformAuthScopeSleepWrite = 1 < < 9,
UPPlatformAuthScopeMealRead = 1 < < 10,
UPPlatformAuthScopeMealWrite = 1 < < 11,
UPPlatformAuthScopeWeightRead = 1 < < 12,
UPPlatformAuthScopeWeightWrite = 1 < < 13,
UPPlatformAuthScopeCardiacRead = 1 < < 14,
UPPlatformAuthScopeCardiacWrite = 1 < < 15,
UPPlatformAuthScopeGenericRead = 1 < < 16,
UPPlatformAuthScopeGenericWrite = 1 < < 17,
UPPlatformAuthScopeAll = 1 < < 18,
};
Constants
UPPlatformAuthScopeBasicRead
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeExtendedRead
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeLocationRead
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeFriendsRead
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeMoodRead
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeMoodWrite
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeMoveRead
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeMoveWrite
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeSleepRead
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeSleepWrite
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeMealRead
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeMealWrite
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeWeightRead
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeWeightWrite
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeCardiacRead
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeCardiacWrite
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeGenericRead
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeGenericWrite
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
. UPPlatformAuthScopeAll
-
The authentication scope asked of the user.
Declared In
UPPlatform.h
.
Declared In
UPPlatform.h