Interface UntrustedDataMembers
interface UntrustedDataMembers { getAuthParams(): null | { ext: undefined | { [
key:
string]
: string; }; loginHint: undefined | string; screenHint: undefined | string; uiLocales: undefined | string; }; getSubmittedFormData(): null | { [
key:
string]
: any; }; } Methods
getAuthParams
- getAuthParams(): null | {
ext: undefined | {
[key: string]: string;
};
loginHint: undefined | string;
screenHint: undefined | string;
uiLocales: undefined | string;
} Returns null | {
ext: undefined | {
[key: string]: string;
};
loginHint: undefined | string;
screenHint: undefined | string;
uiLocales: undefined | string;
}
getSubmittedFormData
- getSubmittedFormData(): null | {
[key: string]: any;
} Returns null | {
[key: string]: any;
}