Skip to main content

OriginalUrl

A class intended to be used together with ApplicationState which allows the original URL from before the authentication redirects to be restored.

Index

Constructors

publicconstructor

Methods

publicrestoreOriginalUrl

  • restoreOriginalUrl(history?: History): void
  • Replaces the current URL with the value stored in of OriginalURL


    Parameters

    • history: History = window.history

    Returns void

publictoJSON

  • toJSON(): string
  • Returns string

publicstaticfromJSON