The return link defines the location for redirection.

interface ReturnLink {
    href?: string;
    method?: HttpRequestMethod;
    rel?: ReturnLinkType;
}

Properties

Properties

href?: string

The url to be used for further actions.

The HTTP request method.

The type of the return link.