Credentials.function constructor
Credentials.function(
- 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 = CredentialsHandle.function(payload);