Auth0 Node.js SDK - v5.3.0
    Preparing search index...

    Interface CreateSelfServiceProfileSsoTicketRequestContent

    {}
    
    Index

    Properties

    connection_id?: string

    If provided, this will allow editing of the provided connection during the SSO Flow

    enabled_clients?: string[]

    List of client_ids that the connection will be enabled for.

    List of organizations that the connection will be enabled for.

    ttl_sec?: number

    Number of seconds for which the ticket is valid before expiration. If unspecified or set to 0, this value defaults to 432000 seconds (5 days).

    use_for_organization_discovery?: boolean

    Indicates whether a verified domain should be used for organization discovery during authentication.