OAuth credentials are an item
You can access the properties of the item to obtain a client, client, and authorize callback redirect URIs. The privileges of OAuth credentials can also be managed to scope the content and services available to an authorized application. They are a type of developer credential
Tutorials
Also known as
- application credential
- app credentials
- app login credential
Related terms
- developer credentials
Developer credentials are a type of item in a portal that contains parameters for authentication. There are two types of developer credentials: API key credentials and OAuth credentials. - app authentication
App authentication is a type of authentication that grants a short-lived access token based on an OAuth 2.0 client ID and client secret, authorizing an application to access ArcGIS services and items. - user authentication
User authentication is a type of authentication that allows users with an ArcGIS account to sign into an application and allow it to access ArcGIS content, services, and resources on their behalf. The typical authorization protocol used is OAuth2.0. - access token
An access token is an authorization string that provides access to secure ArcGIS content, data, and services. Its capabilities are determined by the privileges it supports. It is obtained by implementing API key authentication, User authentication, or App authentication.