Skip to main content

Createoauthclientresponse

Properties

NameTypeDescriptionNotes
idstringID of the OAuth client[default to undefined]
secretstringSecret of the OAuth client (This field is only returned on the intial create call.)[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]
scopeArray<string>Scopes of the API Client.[default to undefined]