api documentation for angular2-oauth2 (v1.3.10)

Support for OAuth 2 and OpenId Connect (OIDC) for Angular 2.

table of contents

  1. module angular2-oauth2
    1. function angular2-oauth2.OAuthService ()
    2. object angular2-oauth2.OAuthService.prototype
  2. module angular2-oauth2.OAuthService
    1. function angular2-oauth2.OAuthService ()
  3. module angular2-oauth2.OAuthService.prototype
    1. function angular2-oauth2.OAuthService.prototype.authorizationHeader ()
    2. function angular2-oauth2.OAuthService.prototype.callEventIfExists (options)
    3. function angular2-oauth2.OAuthService.prototype.checkAtHash (accessToken, idClaims)
    4. function angular2-oauth2.OAuthService.prototype.createAndSaveNonce ()
    5. function angular2-oauth2.OAuthService.prototype.createLoginUrl (state)
    6. function angular2-oauth2.OAuthService.prototype.createNonce ()
    7. function angular2-oauth2.OAuthService.prototype.getAccessToken ()
    8. function angular2-oauth2.OAuthService.prototype.getFragment ()
    9. function angular2-oauth2.OAuthService.prototype.getIdToken ()
    10. function angular2-oauth2.OAuthService.prototype.getIdentityClaims ()
    11. function angular2-oauth2.OAuthService.prototype.hasValidAccessToken ()
    12. function angular2-oauth2.OAuthService.prototype.hasValidIdToken ()
    13. function angular2-oauth2.OAuthService.prototype.initImplicitFlow (additionalState)
    14. function angular2-oauth2.OAuthService.prototype.logOut ()
    15. function angular2-oauth2.OAuthService.prototype.padBase64 (base64data)
    16. function angular2-oauth2.OAuthService.prototype.parseQueryString (queryString)
    17. function angular2-oauth2.OAuthService.prototype.processIdToken (idToken, accessToken)
    18. function angular2-oauth2.OAuthService.prototype.setStorage (storage)
    19. function angular2-oauth2.OAuthService.prototype.tryLogin (options)
    20. function angular2-oauth2.OAuthService.prototype.tryLoginWithIFrame ()
    21. function angular2-oauth2.OAuthService.prototype.tryRefresh (timeoutInMsec)

module angular2-oauth2

function angular2-oauth2.OAuthService ()

module angular2-oauth2.OAuthService

function angular2-oauth2.OAuthService ()

module angular2-oauth2.OAuthService.prototype

function angular2-oauth2.OAuthService.prototype.authorizationHeader ()

function angular2-oauth2.OAuthService.prototype.callEventIfExists (options)

function angular2-oauth2.OAuthService.prototype.checkAtHash (accessToken, idClaims)

function angular2-oauth2.OAuthService.prototype.createAndSaveNonce ()

function angular2-oauth2.OAuthService.prototype.createLoginUrl (state)

function angular2-oauth2.OAuthService.prototype.createNonce ()

function angular2-oauth2.OAuthService.prototype.getAccessToken ()

function angular2-oauth2.OAuthService.prototype.getFragment ()

function angular2-oauth2.OAuthService.prototype.getIdToken ()

function angular2-oauth2.OAuthService.prototype.getIdentityClaims ()

function angular2-oauth2.OAuthService.prototype.hasValidAccessToken ()

function angular2-oauth2.OAuthService.prototype.hasValidIdToken ()

function angular2-oauth2.OAuthService.prototype.initImplicitFlow (additionalState)

function angular2-oauth2.OAuthService.prototype.logOut ()

function angular2-oauth2.OAuthService.prototype.padBase64 (base64data)

function angular2-oauth2.OAuthService.prototype.parseQueryString (queryString)

function angular2-oauth2.OAuthService.prototype.processIdToken (idToken, accessToken)

function angular2-oauth2.OAuthService.prototype.setStorage (storage)

function angular2-oauth2.OAuthService.prototype.tryLogin (options)

function angular2-oauth2.OAuthService.prototype.tryLoginWithIFrame ()

function angular2-oauth2.OAuthService.prototype.tryRefresh (timeoutInMsec)

[ this document was created with utility2 ]