UNPKG

@atproto/oauth-client

Version:

OAuth client for ATPROTO PDS. This package serves as common base for environment-specific implementations (NodeJS, Browser, React-Native).

5 lines 132 B
/** * Per ATProto spec (OpenID uses RS256) */ export declare const FALLBACK_ALG = "ES256"; //# sourceMappingURL=constants.d.ts.map