api.access
api.access.deny(code, reason)
api.access.rejectInvalidSubjectToken(reason)
api.authentication
api.authentication.setUserById(user_id)
api.authentication.setUserByConnection(connection_name, user_attributes, options)
Set user by connection with full profile attributes
Create a user without verifying email
api.authentication.setOrganization(organization_id_or_name)
api.authentication.setActor(actor)
api.user
api.user.setAppMetadata(key, value)
api.user.setUserMetadata(key, value)
api.cache
api.cache.delete(key)
api.cache.get(key)
value プロパティに格納されています。
パラメータ
api.cache.set(key, value, options)
ttl または expires_at の値までです。有効期間が指定されていない場合は、デフォルトで
15 分となります。有効期間は、Actions Cache Limits に記載されている最大
期間を超えることはできません。
重要: このキャッシュは、短期間のみ保持する一時的なデータ用に設計されています。指定された有効期間内であっても、後続のトランザクションでは
項目を利用できない場合があります。
パラメータ