PROTOCOL

OAuthDataMapper

public protocol OAuthDataMapper

Interface for a OAuthDataMapper instance that provides mappings from IdsvrHaapiSdk models to IdsvrHaapiUIKit models.

Methods

mapTokenResponseToOAuthModel(tokenResponse:)

func mapTokenResponseToOAuthModel(tokenResponse: TokenResponse) throws -> OAuthModel

Maps a TokenResponse to an OAuthModel.