Protocols
The following protocols are available globally.
-
The
HyperwalletAuthenticationTokenProvider
protocol provides the Hyperwallet iOS Core SDK with an abstraction to retrieve an authentication token. An authentication token is a JSON Web Token that will be used to authenticate the User to the Hyperwallet platform.Implementations of
See moreHyperwalletAuthenticationTokenProvider
are expected to be non-blocking and thread safe.Declaration
Swift
@objc public protocol HyperwalletAuthenticationTokenProvider
-
The
See moreHyperwalletTransferMethodConfigurationField
protocol for processing the transfer method configuration field result from the Hyperwallet platform.Declaration
Swift
public protocol HyperwalletTransferMethodConfigurationField
-
The
See moreHyperwalletTransferMethodConfigurationKey
protocol for processing the transfer method configuration key result from the Hyperwallet platform.Declaration
Swift
public protocol HyperwalletTransferMethodConfigurationKey
-
The
See moreHyperwalletTransferMethodUpdateConfigurationField
protocol for processing the update transfer method configuration field result from the Hyperwallet platform.Declaration
Swift
public protocol HyperwalletTransferMethodUpdateConfigurationField