You are viewing an old version of this content. View the current version.
Compare with Current View Version History
« Previous Version 13 Next »
The AminoTV API currently has three authentication schemes:
The official AminoTV SDK has support for logging in. Service authentication is handled under the hood and you do not need to worry about it.
Please see the documentation at https://hybridteam.aminocom.com/sdk/api/modules/user/login
sdk.user.login('me@example.com', '12345678') .then(() => { // Login successful }) .catch(error => { // Login failed });