Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 640 Bytes

File metadata and controls

11 lines (9 loc) · 640 Bytes

ApplyTokenRequest

Properties

Name Type Required Description
additionalInfo Map Additional information
grantType String ☑️ Apply token request type. The value is REFRESH_TOKEN
authCode String ☑️ Authorization code. Please refer to https://dashboard.dana.id/api-docs/read/125. Required if grantType is AUTHORIZATION_CODE
refreshToken String ☑️ This token is used for refresh session if existing token has been expired

[Back to README]