UNPKG

@accounts/server

Version:

Fullstack authentication and accounts-management

7 lines (5 loc) 241 B
import { InjectionToken } from 'graphql-modules'; import { type AuthenticationServices } from './authentication-services'; export const AuthenticationServicesToken = new InjectionToken<AuthenticationServices>( 'AuthenticationServices' );