injectCredentials

abstract fun injectCredentials(credentials: LoginCredentials?)

Communicates with the JS layer to pass the given credentials

Parameters

credentials

The credentials to be passed to the JS layer. Can be null to indicate credentials won't be autofilled.