Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 324 Bytes

selfie.md

File metadata and controls

16 lines (10 loc) · 324 Bytes

AriesSDK.createSelfie(userId: String)

AriesSDK.createSelfie('userId');

Launch a view that will be used to enroll a new selfie, typically used during signup.

AriesSDK.verifySelfie(userId: String)

AriesSDK.verifySelfie('userId');

Launch a view to verify an existing selfie.