SCAStepUpResponse

struct SCAStepUpResponse

A struct to easily create an instance of a button state

  • Represents the accessToken/authToken returned from the SCA Step Up

    Declaration

    Swift

    let accessToken: String?
  • Represents an error returned from the SCA Step Up

    Declaration

    Swift

    let error: Error?
  • Represents the idToken returned from the SCA Step Up

    Declaration

    Swift

    let idToken: String?
  • Initializer for SCAStepUpResponse

    Declaration

    Swift

    init(accessToken: String?, idToken: String?, error: Error?)