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 HyperwalletAuthenticationTokenProvider are expected to be non-blocking and thread safe.

    See more

    Declaration

    Swift

    @objc
    public protocol HyperwalletAuthenticationTokenProvider
  • The HyperwalletTransferMethodConfigurationField protocol for processing the transfer method configuration field result from the Hyperwallet platform.

    See more

    Declaration

    Swift

    public protocol HyperwalletTransferMethodConfigurationField
  • The HyperwalletTransferMethodConfigurationKey protocol for processing the transfer method configuration key result from the Hyperwallet platform.

    See more

    Declaration

    Swift

    public protocol HyperwalletTransferMethodConfigurationKey
  • The HyperwalletTransferMethodUpdateConfigurationField protocol for processing the update transfer method configuration field result from the Hyperwallet platform.

    See more

    Declaration

    Swift

    public protocol HyperwalletTransferMethodUpdateConfigurationField