Member Junction
Preparing search index...
@memberjunction/server
MCPOAuthEventPayload
Interface MCPOAuthEventPayload
Payload interface for OAuth subscription events
interface
MCPOAuthEventPayload
{
authorizationUrl
?:
string
;
connectionId
:
string
;
errorMessage
?:
string
;
eventType
:
MCPOAuthEventType
;
requiresReauthorization
?:
boolean
;
stateParameter
?:
string
;
timestamp
:
string
;
}
Index
Properties
authorization
Url?
connection
Id
error
Message?
event
Type
requires
Reauthorization?
state
Parameter?
timestamp
Properties
Optional
authorization
Url
authorizationUrl
?:
string
connection
Id
connectionId
:
string
Optional
error
Message
errorMessage
?:
string
event
Type
eventType
:
MCPOAuthEventType
Optional
requires
Reauthorization
requiresReauthorization
?:
boolean
Optional
state
Parameter
stateParameter
?:
string
timestamp
timestamp
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorization
Url
connection
Id
error
Message
event
Type
requires
Reauthorization
state
Parameter
timestamp
Member Junction
Loading...
Payload interface for OAuth subscription events