Frontegg · Schema

PasswordlessAuthenticationSmsOTCPreloginResponseDto

JSON Schema for Frontegg identity PasswordlessAuthenticationSmsOTCPreloginResponseDto entity, derived from the published OpenAPI specification.

AuthenticationAuthorizationIdentity ManagementCIAMB2B SaaSMulti-TenancyRBACSSOSCIMEntitlementsOAuthOpenID Connect

Properties

Name Type Description
phoneNumber string
resetPhoneNumberToken string
View JSON Schema on GitHub

JSON Schema

frontegg-identity-passwordlessauthenticationsmsotcpreloginresponsedto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/frontegg/main/json-schema/frontegg-identity-passwordlessauthenticationsmsotcpreloginresponsedto-schema.json",
  "title": "PasswordlessAuthenticationSmsOTCPreloginResponseDto",
  "description": "JSON Schema for Frontegg identity PasswordlessAuthenticationSmsOTCPreloginResponseDto entity, derived from the published OpenAPI specification.",
  "type": "object",
  "properties": {
    "phoneNumber": {
      "type": "string"
    },
    "resetPhoneNumberToken": {
      "type": "string"
    }
  }
}