@pbvex/client / OAuth2Options
Interface: OAuth2Options
Extends
Properties
body?
optionalbody?:Record<string,unknown>
Inherited from
createData?
optionalcreateData?:Record<string,unknown>
headers?
optionalheaders?:Record<string,string>
Inherited from
mfaId?
optionalmfaId?:string
PocketBase MFA session id returned by the first successful auth method.
Inherited from
provider
provider:
string
query?
optionalquery?:Record<string,string|number|boolean|undefined>
Inherited from
scopes?
optionalscopes?:string[]
signal?
optionalsignal?:AbortSignal
Inherited from
urlCallback?
optionalurlCallback?: (url) =>void|Promise<void>
Parameters
url
string
Returns
void | Promise<void>