Protocols
The following protocols are available globally.
-
The
HyperwalletAuthenticationTokenProviderprotocol 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 moreHyperwalletAuthenticationTokenProviderare expected to be non-blocking and thread safe.Declaration
Swift
@objc public protocol HyperwalletAuthenticationTokenProvider -
The
See moreHyperwalletTransferMethodConfigurationFieldprotocol for processing the transfer method configuration field result from the Hyperwallet platform.Declaration
Swift
public protocol HyperwalletTransferMethodConfigurationField -
The
See moreHyperwalletTransferMethodConfigurationKeyprotocol for processing the transfer method configuration key result from the Hyperwallet platform.Declaration
Swift
public protocol HyperwalletTransferMethodConfigurationKey -
The
See moreHyperwalletTransferMethodUpdateConfigurationFieldprotocol for processing the update transfer method configuration field result from the Hyperwallet platform.Declaration
Swift
public protocol HyperwalletTransferMethodUpdateConfigurationField
View on GitHub
Protocols Reference