Packages

A library for creating LTI 1.3 Tools in Gleam

Current section

Files

Jump to
lightbulb include lightbulb@registration_Registration.hrl
Raw

include/lightbulb@registration_Registration.hrl

-record(registration, {
name :: binary(),
issuer :: binary(),
client_id :: binary(),
auth_endpoint :: binary(),
access_token_endpoint :: binary(),
keyset_url :: binary()
}).