Skip to main content

Type Alias: PKCERequest

PKCERequest: object

Type declaration

address?

optional address: string

the address of the wallet to automatically link

chain?

optional chain: Chain | ChainId

The network of the wallet to automatically link

client_id

client_id: string

the authentication flow client id of the application

code_challenge

code_challenge: string

the code challenge automatically generated by the SDK

code_challenge_method

code_challenge_method: "S256"

the code challenge method for the authentication flow , handled by the SDK

redirect_uri

redirect_uri: string

the redirect uri of the application

response_type

response_type: "code"

the response type of the authentication flow, handled by the SDK

scope?

optional scope: string

the scope of the application

signature?

optional signature: string

the signature of the wallet to automatically link

state?

optional state: string

the state of the application

Defined in

types.ts:145