Skip to main content

Getoauthclientresponse

Properties

NameTypeDescriptionNotes
idstringID of the OAuth client[default to undefined]
businessNamestringThe name of the business the API Client should belong to[default to undefined]
homepageUrlstringThe homepage URL associated with the owner of the API Client[default to undefined]
namestringA human-readable name for the API Client[default to undefined]
descriptionstringA description of the API Client[default to undefined]
accessTokenValiditySecondsnumberThe number of seconds an access token generated for this API Client is valid for[default to undefined]
refreshTokenValiditySecondsnumberThe number of seconds a refresh token generated for this API Client is valid for[default to undefined]
redirectUrisArray<string>A list of the approved redirect URIs used with the authorization_code flow[default to undefined]
grantTypesArray<Granttype>A list of OAuth 2.0 grant types this API Client can be used with[default to undefined]
accessTypeAccesstype[default to undefined]
typeClienttype[default to undefined]
internalbooleanAn indicator of whether the API Client can be used for requests internal to IDN[default to undefined]
enabledbooleanAn indicator of whether the API Client is enabled for use[default to undefined]
strongAuthSupportedbooleanAn indicator of whether the API Client supports strong authentication[default to undefined]
claimsSupportedbooleanAn indicator of whether the API Client supports the serialization of SAML claims when used with the authorization_code flow[default to undefined]
createdstringThe date and time, down to the millisecond, when the API Client was created[default to undefined]
modifiedstringThe date and time, down to the millisecond, when the API Client was last updated[default to undefined]
secret(optional) string[default to undefined]
metadata(optional) string[default to undefined]
lastUsed(optional) stringThe date and time, down to the millisecond, when this API Client was last used to generate an access token. This timestamp does not get updated on every API Client usage, but only once a day. This property can be useful for identifying which API Clients are no longer actively used and can be removed.[default to undefined]
scopeArray<string>Scopes of the API Client.[default to undefined]