PROTOCOL
OAuthDataMapper
public protocol OAuthDataMapper
Interface for a OAuthDataMapper instance that provides mappings from IdsvrHaapiSdk models to IdsvrHaapiUIKit models.
- Note: This is an experimental API. It may be changed or removed in the future.
Methods
mapTokenResponseToOAuthModel(tokenResponse:)
func mapTokenResponseToOAuthModel(tokenResponse: TokenResponse) throws -> OAuthModel
Maps a TokenResponse
to an OAuthModel
.