No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
SignedRequest
Force.com Canvas には、署名付き要求で使用できるメソッドを備えた SignedRequest オブジェクトがあります。
| メソッド | 署名 | 説明 |
|---|---|---|
| verifyAndDecode | public static CanvasRequest verifyAndDecode(String input, String secret) throws SecurityException | 署名付き要求を検証して復号化する場合に使用します。CanvasRequest Java オブジェクトを返します。 |
| verifyAndDecodeAsJson | public static String verifyAndDecodeAsJson(String input, String secret) throws SecurityException | 署名付き要求を検証して復号化する場合に使用します。JSON ��字列の CanvasRequest データを返します。 |