Skip to main content

Class: AuthConfig

auth/src.AuthConfig

Constructors

new AuthConfig()

new AuthConfig(): AuthConfig

Returns

AuthConfig

Properties

accessTokenExpirationTime

accessTokenExpirationTime: string

Source

libs/auth/src/lib/config/auth.ts:8


accessTokenSecret

accessTokenSecret: string

Source

libs/auth/src/lib/config/auth.ts:5


authHeaderName

authHeaderName: string = 'authorization'

Source

libs/auth/src/lib/config/auth.ts:17


headerTenantId

headerTenantId: string = 'x-tenant-id'

Source

libs/auth/src/lib/config/auth.ts:21


refreshTokenExpirationTime

refreshTokenExpirationTime: string

Source

libs/auth/src/lib/config/auth.ts:14


refreshTokenSecret

refreshTokenSecret: string

Source

libs/auth/src/lib/config/auth.ts:11


Generated using typedoc-plugin-markdown and TypeDoc