OutSystems Forge 日本語データベース

TokenAPI

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-10-06 1.0.0 Raphael Ranieri All All Components, Plug-ins, Applications, Developer Tools
トークン生成API。 カスタムマスクを使用してトークンを生成します。 その有効時間を選択します。 そしてもっとたくさん...
このAPIを使用するには、単純にGenerateTokenアクションに渡します。このキーは、他のテーブルからのIDでもかまいません。 この方法では、トークンはそのオブジェクトに対してのみ有効です。 私がGenerateTokenアクションをキー '1'で呼び出すと、特定のエンティティに有効なトークンがあります。 よってそれをチェックするときは、トークンとキーを渡す必要があります。 セキュリティの向上に役立ちます。 また、すべてのものはカスタマイズ可能です。 トークンの有効期限を設定できます。 トークンの形式を言うことができます。 例:999 *** aaa(つまり、トークンには3つの数字、3つの英数字、3つの文字が含まれます。

[Overview]
A token (But you can call me Totem) generation API. Generate Tokens with a custom mask. Select the valid time for it. And a lot more...
[Detail]
To use this API you simple pass to action GenerateToken a key that can be a Id from any other table. This way the token will be valid just for that object. If I call action GenerateToken with key '1' I will have a token valid for a specific entity. So when I check it I have to pass a the token and key. This help to increase the security Beyond that Every thing is customizable. You can set the period of time that the token will be valied. You can say the format of the token. eg: 999***aaa (That means the token will have 3 numbers, 3 alpha numeric, and 3 chars.
戻る