Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Utility methods for OAuth 2.0 support. This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.
|
|
|
Decode base64url encoded string
Encode binary value using base64url encoding
Check that scope is subset of valid scopes for this token
Convert a comma separated list to a $list
Check if specified algorithm is EC algorithm This method is deprecated. Use the IsAlgEC method in%Net.JSON.JWA instead.
Check if specified algorithm is RSA algorithm This method is deprecated. Use the IsAlgRSA method in%Net.JSON.JWA instead.
Check if apecified algorithm is symmetric This method is deprecated. Use the IsAlgSymmetric method in%Net.JSON.JWA instead.
Convert a $list to comman separated list
Output JSON object to the current device
Select the language for Authentication Class localization.
uiLocales is the value of the ui_locales request parameter.
The return value is the selected language code.
Call looks like: Set language=##class(%OAuth2.Utils).SelectLanguage(properties.RequestProperties.GetAt("ui_locales"),domain)