UNPKG

144 BPlain TextView Raw
1export default {
2 get name(): string {
3 return 'ExpoAppAuth';
4 },
5 get OAuthRedirect(): string {
6 return window.location.href;
7 },
8};