Scope Entries: 112 |
| ACTIVATE_SOCIALMEDIA | |
| ADDRFACEBOOK | | string | https://www.facebook.com/Finasana-103970538406122 |
|
| ADDRINSTAGRAM | | string | https://www.instagram.com/finasana/ |
|
| ADDRLINKEDIN | | string | https://www.linkedin.com/company/finasana |
|
| ADDRTWITTER | | string | https://www.twitter.com/finasana |
|
| ADDRYOUTUBE | | string | https://www.youtube.com/channel/UCR9BocZJ84GZg60iHZRzllg |
|
| ALLOWBASIC | |
| ALLOWEDLANGUAGES | |
| ALLOWEDLANGUAGES2L | |
| applicationname | |
| COD_LOCALEDEFAULT | |
| COR_BOXBLOG | |
| COR_BOXCASIXASSUGEST | |
| COR_BOXCRIACONTA | |
| COR_BOXSUBCAT | |
| COR_BOXTRILHA | |
| DAILYMESSAGE | |
| DATA | |
| DESTAQUETIPO | | string | blog,audio,daily,quest,video,trilha,trilhaudio |
|
| DEVELIP | |
| DOMAIN | | string | https://www.finasana.com |
|
| DOMAINROOT | |
| E_COMMUNICATIONS | |
| E_DIRETO_WHENLOGGED | |
| E_DISPLAY_DESTAQUE_ONGRID | |
| E_DISPLAY_IMAGEONGRID | |
| E_DISPLAY_TIPO_GRID | |
| E_LOJA | |
| ECOMMLIMITS1 | |
| ECOMMLIMITS2 | |
| ECOMMLIMITS3 | |
| EMAILERROR | | string | octavioslemer@gmail.com |
|
| EMAILNOTIFICAR | | string | octavioslemer@gmail.com |
|
| FACEBOOK_APPID_SHARE | |
| FIRSTPAGEFORMTYPE | |
| FROMEMAILACCT | | string | mailadmin@finasana.com |
|
| GOOGLE | | Struct | | CLIENTID | | string | 158115779489-284eorvqn2cs3ai4e7sq26u3889n18di.apps.googleusercontent.com |
| | SECRETKEY | | string | QBFZM5C2XmXQffe_ZL4dtiSd |
|
|
| HTMLAUDIO | | string | https://www.finasana.com/assets/audiofiles/ |
|
| HTMLIMAGES | | string | https://www.finasana.com/assets/img3/ |
|
| IMAGE_GENERIC | | string | https://www.finasana.com/assets/GNImages/icon.png |
|
| IMAGE_GRID_DEFAULT | | string | https://www.finasana.com/assets/img3/trilha17.jpg |
|
| INCLUIR_ATLZTEL_MOBILE | |
| IPCITY | |
| IPCONTINENT | |
| IPCOUNTRY | |
| IPCOUNTRYCODE | |
| IPREGION | |
| KEYWORDS | | string | Financial Wellness, Wellness, Financial Education, Financial E-learning, Budgeting, Saving, Investing, Spending, Borrowing, Financial Wellbeing |
|
| LANGUAGEDEFAULT | |
| LISTCAT | | string | fw,invest,borrow,saving,budget,spending |
|
| LISTCAT2 | | string | 186,213,206,202,190,196 |
|
| LISTSCOPEALL | | string | Trilhas,Blog,Questionarios |
|
| LOGOUTIDLETIMEOUT | |
| MAXWIDTH | |
| MOEDADEFAULT | |
| MOEDASALLOWED | |
| MSDESCR | |
| MSTITLE | |
| MSTITLE2 | | string | All your money questions answered |
|
| MULTICURRENCY | |
| MULTILANGUAGE | |
| NOMESITE | |
| OAUTH2 | Component (googleobj) Oauth2 Only the functions and data members that are accessible from your location are displayed | | this | | public | | GetAccess_token | Public Function GetAccess_token source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc getter for oauth access_token | | arguments | | label | name | required | type | default | hint |
| | return type | string |
| | GetAccessToken | Public Function GetAccessToken source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc This method exchanges the authorization code for an access token and (where present) a refresh token. | | arguments | | label | name | required | type | default | hint | | code | true | string | null | The returned authorization code. |
| | return type | struct |
| | GetLoginURL | Public Function GetLoginURL source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc I generate the link to login and retrieve the authentication code. | | arguments | | label | name | required | type | default | hint |
| | return type | string |
| | GetRedirect_uri | Public Function GetRedirect_uri source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc getter for oauth redirect_uri | | arguments | | label | name | required | type | default | hint |
| | return type | any |
| | GetRefresh_token | Public Function GetRefresh_token source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc getter for oauth refresh_token | | arguments | | label | name | required | type | default | hint |
| | return type | string |
| | GetTokenStruct | Public Function GetTokenStruct source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc returns the oauth token structure | | arguments | | label | name | required | type | default | hint |
| | return type | struct |
| | Init | Public Function Init source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc The constructor method. | | arguments | | label | name | required | type | default | hint | | client_id | true | string | null | Indicates the client that is making the request. The value passed in this parameter must exactly match the value shown in the APIs Console. | | client_secret | true | string | null | The secret key associated with the client. | | redirect_uri | true | string | null | Determines where the response is sent. The value of this parameter must exactly match one of the values registered in the APIs Console (including the http or https schemes, case, and trailing '/'). | | scope | true | string | null | Indicates the Google API access your application is requesting. The values passed in this parameter inform the consent page shown to the user. There is an inverse relationship between the number of permissions requested and the likelihood of obtaining user consent. | | state | true | string | null | Indicates any state which may be useful to your application upon receipt of the response. The Google Authorization Server roundtrips this parameter, so your application receives the same value it sent. Possible uses include redirecting the user to the correct resource in your site, nonces, and cross-site-request-forgery mitigations. | | access_type | false | string | online | ONLINE or OFFLINE. Indicates if your application needs to access a Google API when the user is not present at the browser. This parameter defaults to online. If your application needs to refresh access tokens when the user is not present at the browser, then use offline. This will result in your application obtaining a refresh token the first time your application exchanges an authorization code for a user. | | approval_prompt | false | string | auto | AUTO or FORCE. Indicates if the user should be re-prompted for consent. The default is auto, so a given user should only see the consent page for a given set of scopes the first time through the sequence. If the value is force, then the user sees a consent page even if they have previously given consent to your application for a given set of scopes. | | base_auth_endpoint | false | string | https://accounts.google.com/o/oauth2/ | The base URL to which we will make the OAuth requests. | | token_storage | true | string | session | scope to store the tokens in (session, application) |
| | return type | any |
| | IsAuth | Public Function IsAuth source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc returns true if the access_token exists and has not expired | | arguments | | label | name | required | type | default | hint |
| | return type | boolean |
| | IsRefresh | Public Function IsRefresh source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc returns whether a refresh token exists | | arguments | | label | name | required | type | default | hint |
| | return type | boolean |
| | RefreshToken | Public Function RefreshToken source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc I take the refresh_token from the authorization procedure and get you a new access token. | | arguments | | label | name | required | type | default | hint |
| | return type | any |
| | RevokeAccess | Public Function RevokeAccess source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc I revoke access to this application. You must pass in either the refresh token or access token. | | arguments | | label | name | required | type | default | hint | | token | true | string | | The access token or refresh token generated from the successful OAuth authentication process. |
| | return type | any |
| | SetRefresh_token | Public Function SetRefresh_token source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc setter for oauth refresh_token | | arguments | | label | name | required | type | default | hint | | refresh_token | true | string | null | |
| | return type | any |
|
| | private | | MakeRequest | Private Function MakeRequest source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc I make the actual request to the remote API. | | arguments | | label | name | required | type | default | hint | | remoteURL | true | string | null | The generated remote URL for the request, including query string params. This does not include the access_token from the OAuth authentication process. |
| | return type | struct |
| | ManageResponse | Private Function ManageResponse source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc I take the response from the access and refresh token requests and handle it. | | arguments | | label | name | required | type | default | hint | | response | true | Any | null | The response from the remote request. |
| | return type | any |
| | SetAccess_token | Private Function SetAccess_token source: C:\home\finasana.com\web_hotportal\space\googleobj.cfc setter for oauth access_token | | arguments | | label | name | required | type | default | hint | | access_token | true | string | null | |
| | return type | any |
|
|
|
|
| ONLYFREE | |
| PAYMENT_GATEWAY | |
| PLANOS1 | |
| PLANOS2 | |
| PLANOS3 | |
| PLANOSPAGOS | |
| PLANS | | Struct | | ANNUAL | | Struct | | EUR | | Struct | | NICKNAME | | | PRICE | | | STRIPEPLAN | | string | price_1JEFARAYAkZ6oOCDQ1iIhsSd |
| | SYMBOL | |
| | GBP | | Struct | | NICKNAME | | | PRICE | | | STRIPEPLAN | | string | price_1JEFARAYAkZ6oOCDKyKWxGxh |
| | SYMBOL | |
| | USD | | Struct | | NICKNAME | | | PRICE | | | STRIPEPLAN | | string | price_1JEFARAYAkZ6oOCDI5EgYrEM |
| | SYMBOL | |
|
| | BASICO | | Struct | | EUR | | Struct | | NICKNAME | | | PRICE | | | STRIPEPLAN | | | SYMBOL | |
| | GBP | | Struct | | NICKNAME | | | PRICE | | | STRIPEPLAN | | | SYMBOL | |
| | USD | | Struct | | NICKNAME | | | PRICE | | | STRIPEPLAN | | | SYMBOL | |
|
| | PREMIUM | | Struct | | EUR | | Struct | | NICKNAME | | | PRICE | | | STRIPEPLAN | | string | price_1JEFCqAYAkZ6oOCD2jFjtENX |
| | SYMBOL | |
| | GBP | | Struct | | NICKNAME | | | PRICE | | | STRIPEPLAN | | string | price_1JEFC6AYAkZ6oOCDTL9hD1jp |
| | SYMBOL | |
| | USD | | Struct | | NICKNAME | | | PRICE | | | STRIPEPLAN | | string | price_1JEFC6AYAkZ6oOCDf7oGMu3F |
| | SYMBOL | |
|
|
|
| ROOTAUDIO | | string | C:\home\finasana.com\Web_hotportal\space\assets\audiofiles\ |
|
| ROOTIMAGES | | string | C:\home\finasana.com\Web_hotportal\space\assets\img3\ |
|
| S3ACCESSKEY | | string | AKIA2NNJT6ZG2XEVZ6QQ |
|
| S3ANNEXFILES | | string | s3://AKIA2NNJT6ZG2XEVZ6QQ:9iEo9y0c3h8DgBH8JB6u8g4IAhCtSURNqxDscvnL@trilivy1/annexfiles/ |
|
| S3AUDIOFILES | | string | s3://AKIA2NNJT6ZG2XEVZ6QQ:9iEo9y0c3h8DgBH8JB6u8g4IAhCtSURNqxDscvnL@trilivy1/audiofiles/ |
|
| S3BUCKET | |
| S3OBJECTURLPRE | | string | https://trilivy1.s3.us-east-2.amazonaws.com/ |
|
| S3SCT | |
| S3SECRETKEY | | string | 9iEo9y0c3h8DgBH8JB6u8g4IAhCtSURNqxDscvnL |
|
| SELECT_DATABASE | |
| STFACEBOOK | | Struct | | APP_SECRET | | string | 5eefe368745115ac93b4095e5714ce9b |
| | CLIENT_ID | | | PERMISSIONS | | string | public_profile,email |
| | REDIRECT_URI | | string | https://www.finasana.com/medi/login/LOG_facebook.cfm |
|
|
| STRIPE_ADDPRICE | |
| STRIPE_GATEWAY | | string | https://api.stripe.com/v1/ |
|
| STRIPE_JAVA | | string | https://js.stripe.com/v3/ |
|
| STRIPE_JAVA1 | | string | https://js.stripe.com/v1/ |
|
| STRIPELOCALE | |
| STRIPEPUBLICKEY | | string | pk_live_51IKVC1AYAkZ6oOCDosHi4RCUNJjEm9CDlv02Q7G2Q7IXeHv5wpEZM88KcLNckjyRL91SkjGQvdL2uDQMsmka00qV00gBGTw9AA |
|
| STRIPESECRETKEY | | string | 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 |
|
| TITLE | | string | Finasana - All your money questions answered |
|
| TRIALDAYS | |
| TRIALMSG | |
| TWILIOFROMSMS | |
| TWILIOFROMWHATSAPP | | string | whatsapp:+14155238886 |
|
| TWILIOPASSWORD | | string | d36bd2ed1e7aba0c6bf2cf6a205febba |
|
| TWILIOSMSRESOURCE | | string | https://api.twilio.com/2010-04-01/Accounts/ACcb61a41627d6759bd2094bb5545a93a6/Messages.json |
|
| TWILIOUSERNAME | | string | ACcb61a41627d6759bd2094bb5545a93a6 |
|
| TWITTER_CREATOR | |
| TWITTER_SITE | |
| TWITTERCREATOR | |
| TWITTERSITE | |
| URL_SITE | | string | https://www.finasana.com |
|
| VAC_DBNAME | |
| VAC_FILEDIRECTORY | | string | C:\home\finasana.com\Web_hotportal\ps\anexar\0\ |
|
| VAC_FILEDIRECTORYSOLD | | string | C:\home\finasana.com\Web_hotportal\ps\anexar\sold\ |
|
| VAC_FILESOLD | | string | https://portal.finasana.com/anexar/sold/ |
|
| VAC_FILEURL | | string | https://portal.finasana.com/anexar/0/ |
|
| VAC_HELPDESK | |
| VAC_HESKATTACH | | string | C:\home\finasana.com\Web_hotportal\hesk282\attachments\ |
|
| VAC_HESKATTACHURL | | string | https://hd.finasana.com/attachments/ |
|
| WEBINAR | |
| WEBSITELOGO | | string | https://www.finasana.com/assets/imglogo/logo_happy.png |
|
| WEBSITELOGOMOBI | | string | https://www.finasana.com/assets/imglogo/logo_happy.png |
|