Properties
Readonly
provider
Readonly
providerAsString
providerAsString: string
Methods
Static
anonymous
- anonymous(reuse_anonymous_credentials): AppCredentials
Parameters
reuse_anonymous_credentials: boolean
Static
apiKey
- apiKey(api_key): AppCredentials
Static
apple
- apple(id_token): AppCredentials
Static
custom
- custom(token): AppCredentials
Static
facebook
- facebook(access_token): AppCredentials
Static
function
- function(serialized_payload): AppCredentials
Static
functionBson
- functionBson(payload): AppCredentials
Static
googleAuth
- googleAuth(id_token): AppCredentials
Static
googleId
- googleId(id_token): AppCredentials
Static
usernamePassword
- usernamePassword(username, password): AppCredentials
Parameters
username: string
password: string
Deprecated
Add
provider
to your opt-in list (underclasses/AppCredentials/methods/
) to use this.