Interface: StateObj
The data structure represented by the state parameter.
Properties
installOptions
installOptions: InstallURLOptions;
The passed InstallURLOptions object when generating this state parameter.
Defined in
packages/oauth/src/state-stores/interface.ts:15
now
now: Date;
The timestamp that the state object was generated.
Defined in
packages/oauth/src/state-stores/interface.ts:10
random?
optional random: string | number;