NodeOPCUA API Documentation
    Preparing search index...

    Interface UserTokenSettingsDataTypeOptions

    interface UserTokenSettingsDataTypeOptions {
        authorizationServiceName?: UAString;
        certificateGroupName?: UAString;
        issuedTokenType?: UAString;
        issuerEndpointUrl?: UAString;
        name?: UAString;
        recordProperties?: KeyValuePairOptions[] | null;
        securityPolicyUri?: UAString;
        tokenType?: UserTokenType;
    }

    Hierarchy (View Summary)

    Index
    authorizationServiceName?: UAString
    certificateGroupName?: UAString
    issuedTokenType?: UAString
    issuerEndpointUrl?: UAString
    name?: UAString
    recordProperties?: KeyValuePairOptions[] | null
    securityPolicyUri?: UAString
    tokenType?: UserTokenType