Interface: iCreateSIWBBRequestPayload
Client ID for the SIWBB request.
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1841
Properties
client_id
client_id:
string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1855
Client ID for the SIWBB request.
code_challenge?
optionalcode_challenge?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1864
The code challenge for the SIWBB request.
code_challenge_method?
optionalcode_challenge_method?:"S256"|"plain"
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1866
The code challenge method for the SIWBB request.
description?
optionaldescription?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1850
The description of the SIWBB request for display purposes.
image?
optionalimage?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1852
The image of the SIWBB request for display purposes.
name?
optionalname?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1848
The name of the SIWBB request for display purposes.
redirect_uri?
optionalredirect_uri?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1858
Redirect URI if redirected after successful sign-in.
response_type
response_type:
string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1843
The response type for the SIWBB request.
scopes
scopes:
OAuthScopeDetails[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1845
The scopes to request.
state?
optionalstate?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1861
State to be passed back to the redirect URI.