Interface ServiceBusOptions

interface ServiceBusOptions {
    secret?: string;
    useJwt?: boolean;
}

Properties

Properties

secret?: string

Secret used in JWT token validation

useJwt?: boolean

Define the use of JWT tokens for client authentication