Skip to main content

Variable: constants

constants: { LINK_MESSAGE: string; STORAGE_ACCESS_EXPIRY: string; STORAGE_ACCESS_TOKEN: string; STORAGE_CODE_VERIFIER: string; }

Type declaration

NameTypeDefault valueDescription
LINK_MESSAGEstring'I hereby declare that I am the address owner.'The message used to link addresses.
STORAGE_ACCESS_EXPIRYstring'monerium.sdk.access_expiry'The unix timestamp used to calculate the expiration time of the access token.
STORAGE_ACCESS_TOKENstring'monerium.sdk.access_token'The key used to store the access token in the local storage.
STORAGE_CODE_VERIFIERstring'monerium.sdk.code_verifier'The key used to store the code verifier in the local storage.