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 332 B
import type { Keyset } from '@atproto/jwk'; import { type OAuthClientMetadataInput } from '@atproto/oauth-types'; import { type ClientMetadata } from './types.js'; export declare function validateClientMetadata(input: OAuthClientMetadataInput, keyset?: Keyset): ClientMetadata; //# sourceMappingURL=validate-client-metadata.d.ts.map