Skip to main content

Strong customer authentication (SCA) SDK - Introduction

Mobile SDK

For now, SCA SDK is available for React-Native and Flutter :
React-Native SDK Documentation
Flutter SDK Documentation

This SDK is mandatory to be able to implement the Mobile First / Data Signing Authentication

Please contact LinkCy to get data required by the SDK configuration

Sandbox simulation

For sandbox and testing purposes, a SDK simulalotr is available : Java SDK Simulator.

We also provide this simulator under a dedicated API :

  • SDK Activation

    POST {sdkSimulatorBaseUrl}/activate
    Header :
    "Authorization" : {linkcyApiJwt}
    Body :
    "activation_code": "string"
    "password": "string"
    "registrationId": "string" //scaDeviceId
  • SDK Signature

    POST {sdkSimulatorBaseUrl}/signature
    Header :
    "Authorization" : {linkcyApiJwt}
    Body :
    "http_method": "string"
    "resource_id": "string"
    "signature_type": "possession_knowledge"
    "body" : { } // Body json object
    "password": "string"
    "registrationId": "string" //scaDeviceId

Ask the LinkCy team for the sdkSimulatorBaseUrl