@wildix/auth-utils > OpenIdUserInput
OpenIdUserInput type
Signature:
export type OpenIdUserInput = {
pbxUri: string;
user: string;
pass: string;
aud: string;
scope: string;
};
@wildix/auth-utils > OpenIdUserInput
Signature:
export type OpenIdUserInput = {
pbxUri: string;
user: string;
pass: string;
aud: string;
scope: string;
};