generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type { OAuthConfig, OAuthUserConfig } from ".";
|
||||
export interface UnitedEffectsProfile extends Record<string, any> {
|
||||
sub: string;
|
||||
email: string;
|
||||
}
|
||||
export default function UnitedEffects<P extends UnitedEffectsProfile>(options: OAuthUserConfig<P> & {
|
||||
issuer: string;
|
||||
}): OAuthConfig<P>;
|
||||
//# sourceMappingURL=united-effects.d.ts.map
|
||||
Reference in New Issue
Block a user