Companion
Functions
Creates credentials representing an anonymous user.
Creates credentials representing a login using a user API key.
Creates credentials representing a login using an Apple ID token.
Creates credentials representing a login using an App Services Function. The payload would be serialized and parsed as an argument to the remote function. The payload keys must match the format and names the function expects.
Creates credentials representing a login using email and password.
Creates credentials representing a login using a Facebook access token.
Creates credentials representing a login using a Google access token of a given GoogleAuthType.
Creates credentials representing a login using a JWT Token. This token is normally generated after a custom OAuth2 login flow.