Created
May 30, 2018 17:52
-
-
Save rgwozdz/283d8604676acd972fb72aef9a228033 to your computer and use it in GitHub Desktop.
Koop-docs: authentication-response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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