Interface: iExchangeSIWBBAuthorizationCodePayload
Client ID for the SIWBB request.
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1994
Properties
client_id?
optionalclient_id?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2003
Client ID for the SIWBB request.
client_secret?
optionalclient_secret?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2001
Client secret for the SIWBB request.
code?
optionalcode?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1996
The SIWBB request.
code_verifier?
optionalcode_verifier?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2012
The code verifier for the SIWBB request (if used with PKCE).
grant_type?
optionalgrant_type?:"authorization_code"|"refresh_token"
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2007
The grant type for the SIWBB request.
options?
optionaloptions?:VerifySIWBBOptions
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1998
We attempt to verify the current status with each request. You can provide additional options for verification here.
redirect_uri?
optionalredirect_uri?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2005
The redirect URI for the SIWBB request. Only required if the code was created with a redirect URI.
refresh_token?
optionalrefresh_token?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2009
The refresh token to use for the SIWBB request.