Use IAuthData
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
adb325b3bd
commit
c9dea9948f
1 changed files with 1 additions and 5 deletions
|
@ -35,11 +35,7 @@ interface IProps extends IDialogProps {
|
|||
|
||||
// response from initial request. If not supplied, will do a request on
|
||||
// mount.
|
||||
authData?: {
|
||||
flows: [];
|
||||
params: {};
|
||||
session: string;
|
||||
};
|
||||
authData?: IAuthData;
|
||||
|
||||
// callback
|
||||
makeRequest: (auth: IAuthData) => Promise<IAuthData>;
|
||||
|
|
Loading…
Reference in a new issue