IdxRedirectResult

sealed class IdxRedirectResult

Describes the result when using InteractionCodeFlow.evaluateRedirectUri.

Types

Link copied to clipboard
class Error : IdxRedirectResult

There was an error when attempting to handle the redirect.

Link copied to clipboard
class InteractionRequired : IdxRedirectResult

The redirect resulted in a partially successful authentication, which still needs more interaction from the user.

Link copied to clipboard
class Tokens : IdxRedirectResult

The redirect resulted in a successful authentication, which concluded with tokens.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard