authenticate

open fun authenticate(context: Context, advice: PolicyAdvice, listener: NodeListener<FRSession>)

Trigger the Authentication Tree flow process with the PolicyAdvice

Parameters


open fun authenticate(context: Context, serviceName: String, listener: NodeListener<FRSession>)

Trigger the Authentication Tree flow process with the provided tree name

Parameters


open fun authenticate(context: Context, resumeURI: Uri, listener: NodeListener<FRSession>)

Trigger the Authentication Tree flow process with the provided resume URI

Parameters