Skip to main content

@webda/coreReadme | API


Interface: EventOAuthToken

Ensure all events store the context in the same place

Extends

Indexable

[key: string]: any

Properties

context

context: OperationContext<any, any>

Inherited from

EventWithContext.context

Source

packages/core/src/core.ts:164


provider

provider: string

Provider from

Source

packages/core/src/services/oauth.ts:10


type

type: "token" | "callback"

token if we got a post of a JWT token callback if it was by http url

Source

packages/core/src/services/oauth.ts:15