Class SpazAuth

SpazAuth

Defined in: spazauth.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
SpazAuth(service)

Construct a new authentication object.

Method Summary
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

<static> SpazAuth.addService(label, opts)

use this to add services that aren't in by default (like, say, stuff with secrets)

Parameters:
label
opts