# authenticate
Brief description
Authenticate a registered user.
# Parameters
Name | Summary |
---|---|
accessId | provides an access id by url or camera and QR code. |
authenticationUser | the user to authenticate. |
pinProvider | a callback called from the SDK, when the identity PIN is required. |
resultHandler | a callback to handle the result of the authentication.
|
Content
fun authenticate(authenticationUser: AuthenticationUser, accessId: String, pinProvider: PinProvider, resultHandler: ResultHandler<Unit, Error>)