AppStore.Token.Server.State (App Store v0.4.0)

View Source

The state for AppStore.Token.Server.

Summary

Types

config()

@type config() :: %{
  issuer_id: binary(),
  bundle_id: binary(),
  key: %{id: binary(), pem: binary()}
}

t()

@type t() :: %AppStore.Token.Server.State{config: config(), token_info: token_info()}

token_info()

@type token_info() :: %{token: binary(), claims: map()}