Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

function onOAuthStateChange(callback: OnOAuthStateChangeFn): void;
Sets a callback function to be called when the OAuth flow state changes, i.e. when a user signs in with OAuth.

Parameters

ParameterTypeDescription
callbackOnOAuthStateChangeFnThe callback function to be called when the OAuth flow state changes.

Returns

void