ENUM
HaapiAccessorOption
Contents
- Cases
all
oauth
@objc public enum HaapiAccessorOption: Int
Lists the accessor creation options to instruct the framework which accessor to provide.
- Note: When providing option
.all
an instance of typeHaapiAccessor
is returned. When providing option.oauth
an instance of typeOAuthAccessor
is returned.
Cases
all
case all
Creates accessor of type HaapiAccessor
with both HaapiManager and OAuthTokenManager
oauth
case oauth
Creates accessor of type OAuthAccessor
containing only the OAuthTokenManager.