PROTOCOL

HaapiAccessor

swift
@objc public protocol HaapiAccessor: OAuthAccessor

A HaapiManagerAccessor that contains a configured HaapiManager and OAuthTokenManager.

Properties

haapiManager

swift
var haapiManager: HaapiManager

A configured HaapiManager to go through an authentication flow and obtain a OAuthAuthorizationResponseStep that contains the authorization response.

Methods

close()

swift
func close()

Closes the instance, which closes and frees the underlying used resources.