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.
type
IAuthData
1 parent a1ab0d4 commit d3ff765Copy full SHA for d3ff765
src/interactive-auth.ts
@@ -44,6 +44,7 @@ export interface IStageStatus {
44
45
export interface IAuthData {
46
session?: string;
47
+ type?: string;
48
completed?: string[];
49
flows?: IFlow[];
50
available_flows?: IFlow[];
0 commit comments