@atproto/oauth-client-browser
Version:
ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)
9 lines • 307 B
TypeScript
/**
* Special error class destined to be thrown when the login process was
* performed in a popup and should be continued in the parent/initiating window.
*/
export declare class LoginContinuedInParentWindowError extends Error {
code: string;
constructor();
}
//# sourceMappingURL=errors.d.ts.map