AttestoPhoenix.AuthorizationServer.BackchannelAuthentication.Request (AttestoPhoenix v1.2.0)

Copy Markdown View Source

Plain-data backchannel authentication request the controller builds from the conn.

Summary

Types

t()

@type t() :: %AttestoPhoenix.AuthorizationServer.BackchannelAuthentication.Request{
  client: term(),
  client_auth_method: atom() | nil,
  client_ip: String.t() | nil,
  params: map(),
  request_client_id: String.t() | nil
}