Current section
Files
Jump to
Current section
Files
priv/templates/adapters/cognito_token_provider/token_response.ex
defmodule {app}.Infrastructure.Adapters.Cognito.Data.TokenResponse do
defstruct [
:access_token,
:expires_in,
:token_type
]
end