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

    Interface ListSelfServiceProfilesPaginatedResponseContent

    interface ListSelfServiceProfilesPaginatedResponseContent {
        start?: number;
        limit?: number;
        total?: number;
        self_service_profiles?: SelfServiceProfile[];
    }
    Index

    Properties

    start?: number
    limit?: number
    total?: number
    self_service_profiles?: SelfServiceProfile[]