Skip to content
Snippets Groups Projects
config.dart 323 B
Newer Older
  • Learn to ignore specific revisions
  • igorwork's avatar
    igorwork committed
    const String APP_HOST = "https://demo1.vereign.com";
    
    /* OAuth */
    const String CLIENT_ID = "123123";
    const String CLIENT_SECRET = "123123";
    
    const String REDIRECT_URL = "app://com.vereign.app/oauth2";
    const String AUTH_ENDPOINT = "$APP_HOST/api/oauth2/authorize";
    const String TOKEN_ENDPOINT = "$APP_HOST/api/oauth2/token";