closeTokenChan()

Closes the token update wait channel.

  • If the API key changes, some SDK calls wait up to 20s for a new key.

  • Calling this stops the wait immediately.

closeTokenChan()

Return Value

void : Closes the token update wait channel

Example

// example

sdk.closeTokenChan();

Last updated

Was this helpful?