UNPKG

@zestic/oauth-core

Version:

Framework-agnostic OAuth authentication library with support for multiple OAuth flows

7 lines 260 B
/** * GraphQL exports */ export { typeDefs, schemaString } from './schema'; export { resolvers, createGraphQLContext, validationHelpers } from './resolvers'; export type { GraphQLContext, ResolverArgs } from './resolvers'; //# sourceMappingURL=index.d.ts.map