We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc8543 commit 55b39b2Copy full SHA for 55b39b2
src/index.ts
@@ -5,6 +5,10 @@ interface Options {
5
login?: string
6
scopes?: string | string[]
7
redirectUrl?: string
8
+ state?: string
9
+ log?: {
10
+ [key: string]: (message: string) => void
11
+ }
12
}
13
14
export interface Result {
0 commit comments