@pbvex/client / AuthRequestOptions
Interface: AuthRequestOptions
Extended by
Properties
body?
optionalbody?:Record<string,unknown>
headers?
optionalheaders?:Record<string,string>
mfaId?
optionalmfaId?:string
PocketBase MFA session id returned by the first successful auth method.
query?
optionalquery?:Record<string,string|number|boolean|undefined>
signal?
optionalsignal?:AbortSignal