Skip to content

Instantly share code, notes, and snippets.

@rgwozdz
Created May 30, 2018 17:52
Show Gist options
  • Save rgwozdz/283d8604676acd972fb72aef9a228033 to your computer and use it in GitHub Desktop.
Save rgwozdz/283d8604676acd972fb72aef9a228033 to your computer and use it in GitHub Desktop.
Koop-docs: authentication-response
{
token: String, // token that can be added to resource requests, and decoded and verified by the "authorization" function
expires: Number, // number seconds until token expires
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment