Version 0.10.x
These are the SDK reference docs. If you’re looking for docs to implement SuperTokens, you might want to check out the User Guides
Gets enabled login methods and their configuration from the backend
STGeneralError if the API exposed by the backend SDKs returns status: "GENERAL_ERROR"
status: "GENERAL_ERROR"
{status: OK, emailpassword, passwordless, thirdParty} if successful
{status: OK, emailpassword, passwordless, thirdParty}
Promise<string | undefined> | string | undefined
Generated using TypeDoc
Gets enabled login methods and their configuration from the backend
STGeneralError if the API exposed by the backend SDKs returns
status: "GENERAL_ERROR"