api documentation for passport-oauth (v1.0.0)

OAuth 1.0 and 2.0 authentication strategies for Passport.

table of contents

  1. module passport-oauth
    1. function passport-oauth.InternalOAuthError (message, err)
    2. function passport-oauth.OAuth2Strategy (options, verify)
    3. function passport-oauth.OAuth2Strategy.InternalOAuthError (message, err)
    4. function passport-oauth.OAuth2Strategy.super_ ()
    5. function passport-oauth.OAuthStrategy (options, verify)
    6. object passport-oauth.InternalOAuthError.prototype
    7. object passport-oauth.OAuth2Strategy.InternalOAuthError.prototype
    8. object passport-oauth.OAuth2Strategy.prototype
    9. object passport-oauth.OAuth2Strategy.super_.prototype
    10. object passport-oauth.OAuthStrategy.prototype
  2. module passport-oauth.InternalOAuthError
    1. function passport-oauth.InternalOAuthError (message, err)
  3. module passport-oauth.InternalOAuthError.prototype
    1. function passport-oauth.InternalOAuthError.prototype.toString ()
  4. module passport-oauth.OAuth2Strategy
    1. function passport-oauth.OAuth2Strategy (options, verify)
    2. function passport-oauth.OAuth2Strategy.AuthorizationError (message, code, uri, status)
    3. function passport-oauth.OAuth2Strategy.InternalOAuthError (message, err)
    4. function passport-oauth.OAuth2Strategy.Strategy (options, verify)
    5. function passport-oauth.OAuth2Strategy.TokenError (message, code, uri, status)
    6. function passport-oauth.OAuth2Strategy.super_ ()
  5. module passport-oauth.OAuth2Strategy.InternalOAuthError
    1. function passport-oauth.OAuth2Strategy.InternalOAuthError (message, err)
  6. module passport-oauth.OAuth2Strategy.InternalOAuthError.prototype
    1. function passport-oauth.OAuth2Strategy.InternalOAuthError.prototype.toString ()
  7. module passport-oauth.OAuth2Strategy.prototype
    1. function passport-oauth.OAuth2Strategy.prototype._createOAuthError (message, err)
    2. function passport-oauth.OAuth2Strategy.prototype._loadUserProfile (accessToken, done)
    3. function passport-oauth.OAuth2Strategy.prototype.authenticate (req, options)
    4. function passport-oauth.OAuth2Strategy.prototype.authorizationParams (options)
    5. function passport-oauth.OAuth2Strategy.prototype.parseErrorResponse (body, status)
    6. function passport-oauth.OAuth2Strategy.prototype.tokenParams (options)
    7. function passport-oauth.OAuth2Strategy.prototype.userProfile (accessToken, done)
  8. module passport-oauth.OAuth2Strategy.super_
    1. function passport-oauth.OAuth2Strategy.super_ ()
    2. function passport-oauth.OAuth2Strategy.super_.Strategy ()
  9. module passport-oauth.OAuth2Strategy.super_.prototype
    1. function passport-oauth.OAuth2Strategy.super_.prototype.authenticate (req, options)
  10. module passport-oauth.OAuthStrategy
    1. function passport-oauth.OAuthStrategy (options, verify)
    2. function passport-oauth.OAuthStrategy.InternalOAuthError (message, err)
    3. function passport-oauth.OAuthStrategy.Strategy (options, verify)
    4. function passport-oauth.OAuthStrategy.super_ ()
  11. module passport-oauth.OAuthStrategy.prototype
    1. function passport-oauth.OAuthStrategy.prototype._createOAuthError (message, err)
    2. function passport-oauth.OAuthStrategy.prototype._loadUserProfile (token, tokenSecret, params, done)
    3. function passport-oauth.OAuthStrategy.prototype.authenticate (req, options)
    4. function passport-oauth.OAuthStrategy.prototype.parseErrorResponse (body, status)
    5. function passport-oauth.OAuthStrategy.prototype.requestTokenParams (options)
    6. function passport-oauth.OAuthStrategy.prototype.userAuthorizationParams (options)
    7. function passport-oauth.OAuthStrategy.prototype.userProfile (token, tokenSecret, params, done)

module passport-oauth

function passport-oauth.InternalOAuthError (message, err)

function passport-oauth.OAuth2Strategy (options, verify)

function passport-oauth.OAuth2Strategy.InternalOAuthError (message, err)

function passport-oauth.OAuth2Strategy.super_ ()

function passport-oauth.OAuthStrategy (options, verify)

module passport-oauth.InternalOAuthError

function passport-oauth.InternalOAuthError (message, err)

module passport-oauth.InternalOAuthError.prototype

function passport-oauth.InternalOAuthError.prototype.toString ()

module passport-oauth.OAuth2Strategy

function passport-oauth.OAuth2Strategy (options, verify)

function passport-oauth.OAuth2Strategy.AuthorizationError (message, code, uri, status)

function passport-oauth.OAuth2Strategy.InternalOAuthError (message, err)

function passport-oauth.OAuth2Strategy.Strategy (options, verify)

function passport-oauth.OAuth2Strategy.TokenError (message, code, uri, status)

function passport-oauth.OAuth2Strategy.super_ ()

module passport-oauth.OAuth2Strategy.InternalOAuthError

function passport-oauth.OAuth2Strategy.InternalOAuthError (message, err)

module passport-oauth.OAuth2Strategy.InternalOAuthError.prototype

function passport-oauth.OAuth2Strategy.InternalOAuthError.prototype.toString ()

module passport-oauth.OAuth2Strategy.prototype

function passport-oauth.OAuth2Strategy.prototype._createOAuthError (message, err)

function passport-oauth.OAuth2Strategy.prototype._loadUserProfile (accessToken, done)

function passport-oauth.OAuth2Strategy.prototype.authenticate (req, options)

function passport-oauth.OAuth2Strategy.prototype.authorizationParams (options)

function passport-oauth.OAuth2Strategy.prototype.parseErrorResponse (body, status)

function passport-oauth.OAuth2Strategy.prototype.tokenParams (options)

function passport-oauth.OAuth2Strategy.prototype.userProfile (accessToken, done)

module passport-oauth.OAuth2Strategy.super_

function passport-oauth.OAuth2Strategy.super_ ()

function passport-oauth.OAuth2Strategy.super_.Strategy ()

module passport-oauth.OAuth2Strategy.super_.prototype

function passport-oauth.OAuth2Strategy.super_.prototype.authenticate (req, options)

module passport-oauth.OAuthStrategy

function passport-oauth.OAuthStrategy (options, verify)

function passport-oauth.OAuthStrategy.InternalOAuthError (message, err)

function passport-oauth.OAuthStrategy.Strategy (options, verify)

function passport-oauth.OAuthStrategy.super_ ()

module passport-oauth.OAuthStrategy.prototype

function passport-oauth.OAuthStrategy.prototype._createOAuthError (message, err)

function passport-oauth.OAuthStrategy.prototype._loadUserProfile (token, tokenSecret, params, done)

function passport-oauth.OAuthStrategy.prototype.authenticate (req, options)

function passport-oauth.OAuthStrategy.prototype.parseErrorResponse (body, status)

function passport-oauth.OAuthStrategy.prototype.requestTokenParams (options)

function passport-oauth.OAuthStrategy.prototype.userAuthorizationParams (options)

function passport-oauth.OAuthStrategy.prototype.userProfile (token, tokenSecret, params, done)

[ this document was created with utility2 ]