Interface InteractionHandlerInput

interface InteractionHandlerInput {
    accountId?: string;
    oidcInteraction?: Interaction;
    operation: Operation;
}

Properties

accountId?: string

The account id of the agent doing the request if one could be found.

oidcInteraction?: Interaction

Will be defined if the OIDC library expects us to resolve an interaction it can't handle itself, such as logging a user in.

operation: Operation

The operation to execute.