@oneplatform/plugin-sdk / AuthContext
Interface: AuthContext¶
Defined in: packages/plugin-sdk/src/types/auth-provider.ts:40
Properties¶
cache¶
cache:
CacheAccessor
Defined in: packages/plugin-sdk/src/types/auth-provider.ts:49
Cache accessor for storing PKCE code verifiers, nonces, or other short-lived values needed across the two legs of the auth flow. Use TTLs of 300 seconds (5 minutes) for these values.
logger¶
logger:
PluginLogger
Defined in: packages/plugin-sdk/src/types/auth-provider.ts:42
tenant¶
tenant:
TenantContext
Defined in: packages/plugin-sdk/src/types/auth-provider.ts:41