Credentials.function constructor

Credentials.function(
  1. String payload
)

Returns a Credentials object that can be used to authenticate a user with a custom Function. Custom Function Authentication Docs

Implementation

Credentials.function(String payload) : _handle = realmCore.createAppCredentialsFunction(payload);