ArchAstro.TokenServer.Binding (archastro v0.2.0)

Copy Markdown

Opaque binding between an immutable client and a token-server scope.

Summary

Types

t()

@type t() :: %ArchAstro.TokenServer.Binding{
  provider: module(),
  scope: ArchAstro.TokenServer.scope(),
  value: ArchAstro.TokenServer.provider_binding()
}