Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dventurait authored Oct 10, 2023
1 parent 9670975 commit a31429b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class AppID {
* Sign in will be successful only if the user has previously signed in using Cloud Directory and their session is not expired.
* @returns {Promise<Tokens>} The tokens of the authenticated user.
* @throws {OAuthError} Any errors from the server according to the [OAuth spec]{@link https://tools.ietf.org/html/rfc6749#section-4.1.2.1}. e.g. {error: 'access_denied', description: 'User not signed in'}
* @throws {IFrameError} "Silent sign-in timed out" - The iframe will close after 5 seconds if authentication could not be completed.
* @throws {IFrameError} "Silent sign-in timed out" - The iframe will close after 10 seconds if authentication could not be completed.
* @throws {TokenError} Any token validation error.
* @throws {RequestError} Any errors during a HTTP request.
* @example
Expand Down

0 comments on commit a31429b

Please sign in to comment.