onvif
    Preparing search index...

    Interface AuthorizationServerConfigurationCapabilities

    interface AuthorizationServerConfigurationCapabilities {
        clientAuthenticationMethodsSupported?: StringList;
        configurationTypesSupported?: StringList;
        maxConfigurations?: number;
    }
    Index
    clientAuthenticationMethodsSupported?: StringList

    Enumerates the supported client authentication methods, see tas:ClientAuthenticationMethod.

    configurationTypesSupported?: StringList

    Enumerates the supported authorization server configuration types, see tas:AuthorizationServerConfigurationType.

    maxConfigurations?: number

    Indicates maximum number of authorization server configurations supported.