cliche.credentials — Authentication methods

class cliche.credentials.TwitterCredential(**kwargs)

Information about Twitter User

id

(int) The primary key from Credential.id.

identifier

(int) Twitter user id

token

(str) The oauth token.

token_secret

(str) The oauth secret token.