@inrupt/solid-client-access-grants / Interfaces / RedirectOptions
Interface: RedirectOptions#
Optional parameters to customise the behaviour of methods the redirect a user, e.g., [[redirectToRequestor]]
redirectCallback
: used in Node.js for handling the redirect for handling server-side usage
Properties#
redirectCallback#
• Optional
redirectCallback: (url
: string
) => void
Type declaration#
▸ (url
): void
Parameters#
Name |
Type |
---|---|
|
|
Returns#
void