Skip to content

Interface: AccessTokensGenerateAccessTokenRequest

Describes the structure of the request for the accessTokensGenerateAccessToken method

Handle applicant actions

externalActionId

externalActionId: string

An external action ID which will be bound to the token.

See

Generate access token API Reference

Defined in

src/client.ts:1424


levelName

levelName: string

The name of the verification level.

See

Generate access token API Reference

Defined in

src/client.ts:1430


ttlInSecs

Optional ttlInSecs: string

A lifespan of a token in seconds. Default value is 10 mins.

See

Generate access token API Reference

Defined in

src/client.ts:1442


userId

userId: string

An external user ID which will be bound to the token.

See

Generate access token API Reference

Defined in

src/client.ts:1436