PersistentAI API Documentation / @persistentai/fireflow-vfs / generated/lakefs/types.gen / StsAuthRequest
Type Alias: StsAuthRequest
StsAuthRequest =
object
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:650
Properties
code
code:
string
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:651
redirect_uri
redirect_uri:
string
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:653
state
state:
string
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:652
ttl_seconds?
optionalttl_seconds:number
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:659
The time-to-live for the generated token in seconds. The default value is 3600 seconds (1 hour) maximum time allowed is 12 hours.