Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Update src/BasePlatform.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
  • Loading branch information
t3chguy and richvdh authored Feb 19, 2024
1 parent ef4e544 commit d13727a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BasePlatform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ export default abstract class BasePlatform {
}

/**
* Suffix to append to the `state` parameter of OIDC /auth calls, will be round-tripped to the callback URI.
* Suffix to append to the `state` parameter of OIDC /auth calls. Will be round-tripped to the callback URI.
* Currently only required for ElectronPlatform for passing element-desktop-ssoid.
*/
public getOidcClientState(): string {
Expand Down

0 comments on commit d13727a

Please sign in to comment.