Glossary

TermDescription
Auth CodeCode for obtaining an "Access Token". Auth Code is a "one-time password".
Access TokenToken that can be used to access a protected resource.
ACSHIN's Access Control Service
Client_IDOAuth Client ID: An ID assigned by HIN for the third-party application. This is required to request an Access Token with the Auth Code.
client_secretPassword defined by HIN for the third-party application. Must be provided along with Client_ID when obtaining an Access Token.
Token GroupA token group is a group of applications that are granted access to certain resources.
IDPIdentity Provider
Refresh TokenToken used to obtain a new Access Token without user interaction.