Auth0 · Schema

ConnectionClientSecretLine

LINE Channel Secret issued by provider during application registration. This value is used to authenticate your Auth0 connection to the identity provider.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionclientsecretline-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionClientSecretLine",
  "title": "ConnectionClientSecretLine",
  "description": "LINE Channel Secret issued by provider during application registration. This value is used to authenticate your Auth0 connection to the identity provider.",
  "type": "string",
  "minLength": 1,
  "maxLength": 255
}