File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
packages/schemas/src/lib/auth Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,13 @@ import {
1111} from '../schemas' ;
1212import { ScopeSchemaRaw } from './ScopeSchema' ;
1313
14- export const CustomAuthDataSchema = z . object ( {
15- authMethodId : HexPrefixedSchema ,
16- // This will be a very big number, unlike our native auth
17- authMethodType : z . bigint ( ) ,
18- } ) ;
19-
2014export type CustomAuthData = z . infer < typeof CustomAuthDataSchema > ;
2115
2216export const CustomAuthDataSchema = z . object ( {
2317 authMethodId : HexPrefixedSchema ,
2418 authMethodType : z . bigint ( ) ,
2519} ) ;
2620
27- export type CustomAuthData = z . infer < typeof CustomAuthDataSchema > ;
28-
2921export const StrictAuthDataSchema = z . object ( {
3022 authMethodId : HexPrefixedSchema ,
3123 authMethodType : z . union ( [
You can’t perform that action at this time.
0 commit comments