Get callback URL from state parameter
static String? getCallbackUrl(String state) { return _callbackStore[state]; }