AuthData is a container for all the data required to perform actions on behalf of a Meeco User.
AuthData
Note: Actual AuthData passed to method calls doesn't need to be an instance of this class - it can just conform to the interface.
Allow AuthData to be serialized for easier storage
Create a new AuthData instance from a serialized version
Generated using TypeDoc
AuthData
is a container for all the data required to perform actions on behalf of a Meeco User.Note: Actual
AuthData
passed to method calls doesn't need to be an instance of this class - it can just conform to the interface.