Companion
Properties
Returns IDs of all available Credential objects in storage.
The default Credential. This is null if no default Credential exists, and it can be set to null to unset the default Credential.
Functions
Returns IDs of all available Credential objects in storage.
Return all Credential objects matching the given where expression. The where expression is supplied with Token.Metadata and should return true for cases where the user wants to fetch Credential with given Token.Metadata.
Return all Credential objects matching the given where expression. The where expression is supplied with Token.Metadata and should return true for cases where the user wants to fetch Credential with given Token.Metadata.
Returns the default Credential, or null if no default Credential exists.
Returns Token.Metadata of Credential with specified id.
Returns Token.Metadata of Credential with specified id.
Sets the default Credential to provided credential. Unsets the default Credential if credential is null.
Sets the Token.Metadata of Token with specified Token.Metadata.id.
Sets the Token.Metadata of Token with specified Token.Metadata.id.
Store a Token with optional tags and security options. Return the Credential object associated with the stored Token
Store a Token with optional tags and security options. Return the Credential object associated with the stored Token
Return the Credential associated with the given id.
Return the Credential associated with the given id.