Sign in

Enum: InteractionMode

InteractionMode = "popup" | "redirect"

Interaction modes supported for sign-in and sign-out flows.

Type Declaration

  • popup - Opens a popup window for interactive authentication and keeps the user on the current page.
  • redirect - Performs a full-page redirect to the authorization server.
© 2024 MonoCloud. All rights reserved.