Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
A anue-fe-sdk
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • share
  • anue-fe-sdk
  • Wiki
  • Auth

Auth · Changes

Page history
Edited online authored Dec 06, 2018 by benhsieh's avatar benhsieh
Show whitespace changes
Inline Side-by-side
Showing with 2 additions and 2 deletions
+2 -2
  • Auth.md Auth.md +2 -2
  • No files found.
Auth.md
View page @ 82a152a3
......@@ -63,11 +63,11 @@ await auth.consumeProviderToken({
---
#### renew() => `Promise<Auth.Credentials>`
#### **renew**() => `Promise<Auth.Credentials>`
Invoke this method to update credential context using existing `idToken`, and `accessToken`.
Returns a promise resolves latest credential context after it's finished.
#### getCredentials() => `Auth.Credentials`
#### **getCredentials**() => `Auth.Credentials`
Returns credential context stored in storage.
\ No newline at end of file
Clone repository
  • Auth
  • Home