ENUM

HaapiAccessorOption

Contents

@objc public enum HaapiAccessorOption: Int

Lists the accessor creation options to instruct the framework which accessor to provide.

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.