Make all properties in T required

interface WithTokenUrl {
    tokenUrl: string;
}

Hierarchy (view full)

Properties

Properties

tokenUrl: string

The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS.