/** * The confirmation message for a magic login token. * This temporary token can be used for a limited time to perform a login * using the token as the `Password` value * * @export * @interface IHubEventMagicLinkConfirmed */ export interface IHubEventMagicLinkConfirmed { TemporaryToken: string; } //# sourceMappingURL=magic-link-hub.d.ts.map