API Reference / RawTokenResponse
Interface: RawTokenResponse
Defined in: src/auth/TokenResponse.ts:4
Raw token payload, as returned by the auth endpoints.
Indexable
[
key:string]:unknown
Properties
dhanClientId?
optionaldhanClientId?:string
Defined in: src/auth/TokenResponse.ts:5
dhanClientName?
optionaldhanClientName?:string
Defined in: src/auth/TokenResponse.ts:6
dhanClientUcc?
optionaldhanClientUcc?:string
Defined in: src/auth/TokenResponse.ts:7
givenPowerOfAttorney?
optionalgivenPowerOfAttorney?:boolean
Defined in: src/auth/TokenResponse.ts:8
accessToken?
optionalaccessToken?:string
Defined in: src/auth/TokenResponse.ts:9
expiryTime?
optionalexpiryTime?:string
Defined in: src/auth/TokenResponse.ts:10
access_token?
optionalaccess_token?:string
Defined in: src/auth/TokenResponse.ts:12
Some responses use snake_case; both spellings are accepted.
expiry_time?
optionalexpiry_time?:string
Defined in: src/auth/TokenResponse.ts:13