Kinde.StateNotFoundError exception (kinde v2.1.0)

Copy Markdown View Source

Returned by Kinde.token/4 when the OAuth state parameter is not found in state management (expired, already consumed, or never created).

Summary

Types

t()

@type t() :: %Kinde.StateNotFoundError{__exception__: true, state: String.t()}