Current section
Files
Jump to
Current section
Files
lib/credentials.ex
defmodule FlowerPower.Credentials do
defstruct [
:grant_type,
:client_id,
:client_secret,
:username,
:password
]
end