Skip to content

Commit

Permalink
Update OIDC reference docs (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed May 27, 2021
1 parent c529496 commit 2ffc177
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1292,9 +1292,11 @@ export namespace auth {
/**
* The interface representing OIDC provider's response object for OAuth
* authorization flow.
* We need either of them to be true, there are two cases:
* If set code to true, then we are doing code flow.
* If set idToken to true, then we are doing idToken flow.
* One of the following settings is required:
* <ul>
* <li>Set <code>code</code> to <code>true</code> for the code flow.</li>
* <li>Set <code>idToken</code> to <code>true</code> for the ID token flow.</li>
* </ul>
*/
export interface OAuthResponseType {
/**
Expand Down

0 comments on commit 2ffc177

Please sign in to comment.