interface LoginAsUserOptions {
    expire_time?: string;
}

Properties

Properties

expire_time?: string

Date to expire the login token.

Example

"3 months", "1 year", "20 hours"

Default

"8 hours"