создайте пользовательский AuthConfig
export class CustomAutConfig implements AuthConfig
{
constructor(json?: Partial<AuthConfig>)
{
super(json);
}
//here override the functions simply declaring
public openUri?: ((uri: string) => void) = uri => {
location.href = uri;
}
}
И используйте этот класс