Skip to main content

IOAuthProviderConfig

Admin Docs


Interface: IOAuthProviderConfig

Defined in: src/types/Auth/auth.ts:77

Properties

clientId?

optional clientId: string

Defined in: src/types/Auth/auth.ts:81


displayName

displayName: string

Defined in: src/types/Auth/auth.ts:79


enabled

enabled: boolean

Defined in: src/types/Auth/auth.ts:83


id

id: OAuthProviderKey

Defined in: src/types/Auth/auth.ts:78


redirectUri?

optional redirectUri: string

Defined in: src/types/Auth/auth.ts:82


scopes

scopes: string[]

Defined in: src/types/Auth/auth.ts:80