Interface: ServerOptionsAuth
api/src.ServerOptionsAuth
Properties
cookie
• Optional
cookie: string
Defined in
projects/plugins/packages/api/src/lib/structures/http/Auth.ts:190
domainOverwrite
• Optional
domainOverwrite: string
Defined in
projects/plugins/packages/api/src/lib/structures/http/Auth.ts:223
id
• id: string
Defined in
projects/plugins/packages/api/src/lib/structures/http/Auth.ts:183
redirect
• Optional
redirect: string
Defined in
projects/plugins/packages/api/src/lib/structures/http/Auth.ts:209
scopes
• Optional
scopes: OAuth2Scopes
[]
Defined in
projects/plugins/packages/api/src/lib/structures/http/Auth.ts:203
secret
• secret: string
Defined in
projects/plugins/packages/api/src/lib/structures/http/Auth.ts:196
transformers
• Optional
transformers: LoginDataTransformer
<LoginData
>[]
Defined in
projects/plugins/packages/api/src/lib/structures/http/Auth.ts:216