---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# OAuth client APIs

# OAuth client APIs {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

The OAuth client API provides methods to request and revoke OAuth tokens.  
The OAuth client provides these classes:

* [GlideOAuthClient](https://www.servicenow.com/docs/access?context=c_GlideOAuthClient&version=australia&pubname=australia-api-reference&ft:locale=en-US): Methods for requesting and revoking the refresh and access tokens.
* [GlideOAuthClientRequest](https://www.servicenow.com/docs/access?context=c_GlideOAuthClientRequest&version=australia&pubname=australia-api-reference&ft:locale=en-US): Methods for handling client requests.
* [GlideOAuthClientResponse](https://www.servicenow.com/docs/access?context=c_GlideOAuthClientResponse&version=australia&pubname=australia-api-reference&ft:locale=en-US): Methods for handling client responses.
* [GlideOAuthToken](https://www.servicenow.com/docs/access?context=c_GlideOAuthToken&version=australia&pubname=australia-api-reference&ft:locale=en-US): Methods for retrieving the access token and information about the access token.
{#c_OAuthClientAPIs__ul_pqj_dzj_wv}

You can also customize the OAuthUtil script include to intercept the request parameters and
also parse the responses from external OAuth providers.

When using OAuth classes in a scoped script, use the `sn_auth` namespace
identifier.

