For UI Kit, contextual information is available through the use of Hooks, methods from the Bridge package, and Invoke method. The same methods, Bridge and Invoke, are also applicable for accessing contextual information in Custom UI.
Context parameters in each resolver function are guaranteed to be secure, unalterable, and valid to be used for authorization.
You should not use the contextual information from the getContext API for authorization, as it is
able to be modified in the browser and is not guaranteed to be secure, unalterable, and valid to be used
for authorization.
Rate this page: