Represents the authentication tree API callback schema.

interface Callback {
    output: NameValue[];
    type: CallbackType;
    _id?: number;
    input?: NameValue[];
}

Properties

Properties

output: NameValue[]
_id?: number
input?: NameValue[]