UNPKG

@atproto/oauth-client

Version:

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

8 lines 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FALLBACK_ALG = void 0; /** * Per ATProto spec (OpenID uses RS256) */ exports.FALLBACK_ALG = 'ES256'; //# sourceMappingURL=constants.js.map