Class SpazAuth
SpazAuth
Defined in: spazauth.js.
Constructor Attributes | Constructor Name and Description |
---|---|
SpazAuth(service)
Construct a new authentication object. |
Method Attributes | Method Name and Description |
---|---|
<static> |
SpazAuth.addService(label, opts)
use this to add services that aren't in by default (like, say, stuff with secrets) |
Class Detail
SpazAuth(service)
Construct a new authentication object.
- Parameters:
- {string} service
- name of the service to authenticate (ex: twitter, identica)
Method Detail