api documentation for passport-oauth2 (v1.4.0)

OAuth 2.0 authentication strategy for Passport.

table of contents

  1. module passport-oauth2
    1. function passport-oauth2 (options, verify)
    2. function passport-oauth2.AuthorizationError (message, code, uri, status)
    3. function passport-oauth2.InternalOAuthError (message, err)
    4. function passport-oauth2.Strategy (options, verify)
    5. function passport-oauth2.TokenError (message, code, uri, status)
    6. function passport-oauth2.super_ ()
    7. object passport-oauth2.InternalOAuthError.prototype
    8. object passport-oauth2.Strategy.prototype
    9. object passport-oauth2.super_.prototype
  2. module passport-oauth2.InternalOAuthError
    1. function passport-oauth2.InternalOAuthError (message, err)
  3. module passport-oauth2.InternalOAuthError.prototype
    1. function passport-oauth2.InternalOAuthError.prototype.toString ()
  4. module passport-oauth2.Strategy
    1. function passport-oauth2.Strategy (options, verify)
    2. function passport-oauth2.Strategy.AuthorizationError (message, code, uri, status)
    3. function passport-oauth2.Strategy.InternalOAuthError (message, err)
    4. function passport-oauth2.Strategy.TokenError (message, code, uri, status)
    5. function passport-oauth2.Strategy.super_ ()
  5. module passport-oauth2.Strategy.prototype
    1. function passport-oauth2.Strategy.prototype._createOAuthError (message, err)
    2. function passport-oauth2.Strategy.prototype._loadUserProfile (accessToken, done)
    3. function passport-oauth2.Strategy.prototype.authenticate (req, options)
    4. function passport-oauth2.Strategy.prototype.authorizationParams (options)
    5. function passport-oauth2.Strategy.prototype.parseErrorResponse (body, status)
    6. function passport-oauth2.Strategy.prototype.tokenParams (options)
    7. function passport-oauth2.Strategy.prototype.userProfile (accessToken, done)
  6. module passport-oauth2.super_
    1. function passport-oauth2.super_ ()
    2. function passport-oauth2.super_.Strategy ()
  7. module passport-oauth2.super_.prototype
    1. function passport-oauth2.super_.prototype.authenticate (req, options)

module passport-oauth2

function passport-oauth2 (options, verify)

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

function passport-oauth2.InternalOAuthError (message, err)

function passport-oauth2.Strategy (options, verify)

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

function passport-oauth2.super_ ()

module passport-oauth2.InternalOAuthError

function passport-oauth2.InternalOAuthError (message, err)

module passport-oauth2.InternalOAuthError.prototype

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

module passport-oauth2.Strategy

function passport-oauth2.Strategy (options, verify)

function passport-oauth2.Strategy.AuthorizationError (message, code, uri, status)

function passport-oauth2.Strategy.InternalOAuthError (message, err)

function passport-oauth2.Strategy.TokenError (message, code, uri, status)

function passport-oauth2.Strategy.super_ ()

module passport-oauth2.Strategy.prototype

function passport-oauth2.Strategy.prototype._createOAuthError (message, err)

function passport-oauth2.Strategy.prototype._loadUserProfile (accessToken, done)

function passport-oauth2.Strategy.prototype.authenticate (req, options)

function passport-oauth2.Strategy.prototype.authorizationParams (options)

function passport-oauth2.Strategy.prototype.parseErrorResponse (body, status)

function passport-oauth2.Strategy.prototype.tokenParams (options)

function passport-oauth2.Strategy.prototype.userProfile (accessToken, done)

module passport-oauth2.super_

function passport-oauth2.super_ ()

function passport-oauth2.super_.Strategy ()

module passport-oauth2.super_.prototype

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

[ this document was created with utility2 ]