GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/sdk-types
Callback
Interface Callback
Represents the authentication tree API callback schema.
interface
Callback
{
_id
?:
number
;
input
?:
NameValue
[]
;
output
:
NameValue
[]
;
type
:
CallbackType
;
}
Index
Properties
_id?
input?
output
type
Properties
Optional
_id
_id
?:
number
Optional
input
input
?:
NameValue
[]
output
output
:
NameValue
[]
type
type
:
CallbackType
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_id
input
output
type
GitHub
Documentation
Loading...
Represents the authentication tree API callback schema.