WorkOS.AuthenticationOAuthFailedDataError (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

Details about the authentication error.

Summary

Types

t()

@type t() :: %WorkOS.AuthenticationOAuthFailedDataError{
  code: String.t(),
  message: String.t()
}