Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.38 KB

File metadata and controls

20 lines (12 loc) · 1.38 KB

ApplyTokenResponse

Properties

Name Type Description Notes
responseCode String Response code. Refer to https://dashboard.dana.id/api-docs/read/110#HTML-ApplyToken-ResponseCodeandMessage
responseMessage String Response message. Refer to https://dashboard.dana.id/api-docs/read/110#HTML-ApplyToken-ResponseCodeandMessage
tokenType String Token type. Present if successfully processed [optional]
accessToken String This token is called Customer Token that will be used as a parameter on header in other API “Authorization-Customer”. Present if successfully processed
accessTokenExpiryTime String Expiry time for access token was given to user, in format YYYY-MM-DDTHH:mm:ss+07:00. Time must be in GMT+7 (Jakarta time). Present if successfully processed [optional]
refreshToken String This token is used for refresh session if existing token has been expired. Present if successfully processed [optional]
refreshTokenExpiryTime String Expiry time for refresh token was given to user, in format YYYY-MM-DDTHH:mm:ss+07:00. Time must be in GMT+7 (Jakarta time). Present if successfully processed [optional]
additionalInfo ApplyTokenResponseAdditionalInfo Additional information [optional]