type OnOAuthStateChangeFn = (state: | OAuthFlowState | null) => void;
state
OAuthFlowState
null
void
Was this page helpful?