ngx-appkey-webauthn
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0.
18 lines (17 loc) • 415 B
TypeScript
export declare class Application {
appId: string;
displayAppId: string;
name: string;
userId: string;
status: string;
anonymousLoginEnabled: boolean;
appPublicKey: string;
appToken: string;
appleLoginEnabled: boolean;
createdAt: string;
googleLoginEnabled: boolean;
handleType: string;
locales: Array<string>;
signup: string;
userNamesEnabled: boolean;
}