Interface: AuthLinkRequestResult
The result returned by theauthLinks.request function
Properties
callbackUrl?
Optional callback URL. This will be used to have a reference to the URL the flow should redirect the users after a successful operation or when the user aborts it. For example, when creating an auth link to generate a payment link, if the callbackUrl is provided, the Embed app will redirect the users to the callbackUrl once the payment link generation is completed.optionalcallbackUrl:string
expiresAt
expiresAt: string
Expiration date/time of the auth link
postAuthAction
postAuthAction: string
The post-authentication action that will be performed
url
url: string
The authentication link URL
usedAt?
Date/time when the auth link was used (if applicable)optionalusedAt:string