@wildix/auth-utils > OpenIdPbxInput
OpenIdPbxInput type
Signature:
export type OpenIdPbxInput = {
pbxSerial: string;
pbxKey: string;
aud: string;
scope: string;
};
@wildix/auth-utils > OpenIdPbxInput
Signature:
export type OpenIdPbxInput = {
pbxSerial: string;
pbxKey: string;
aud: string;
scope: string;
};