interface EndpointAuthorization {
    parameters?: { [key: string]: string };
    scheme?: string;
}

Properties

Properties

parameters?: { [key: string]: string }

Gets or sets the parameters for the selected authorization scheme.

scheme?: string

Gets or sets the scheme used for service endpoint authentication.