interface AuthenticationSchemeReference {
    inputs?: { [key: string]: string };
    type?: string;
}

Properties

Properties

inputs?: { [key: string]: string }
type?: string