interface AccountServerGetNamespaceResponse {
    namespace: string;
}

Properties

Properties

namespace: string

The configured Account Server namespace, which will be an empty string if one is not configured. The AS API is expected as the service as-api in this namespace.