MCPcopy
hub / github.com/slopus/happy / OAuthView.tsx

File OAuthView.tsx

packages/happy-app/sources/components/OAuthView.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { parseCallbackUrl, generatePKCE, generateState, PKCECodes, ClaudeAuthTokens } from '@/utils/oauth';
2import * as React from 'react';
3import { ActivityIndicator, Platform, Text, TouchableOpacity, View } from 'react-native';
4import { StyleSheet, useUnistyles } from 'react-native-unistyles';

Callers

nothing calls this directly

Calls 9

generatePKCEFunction · 0.90
generateStateFunction · 0.90
parseCallbackUrlFunction · 0.90
tFunction · 0.90
logMethod · 0.80
onErrorMethod · 0.80
alertMethod · 0.65
setErrorFunction · 0.50
createMethod · 0.45

Tested by

no test coverage detected