Last active
August 29, 2015 13:57
-
-
Save gshutler/9408645 to your computer and use it in GitHub Desktop.
The key, the secret
This file contains 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
let(:key) { "I've got the key" } | |
let(:secret) { "I've got the secret" } | |
let(:refresh_token) { "I've got the key to another way" } | |
let(:token) { "Ah ah ah ah ah ah, aha aha" } | |
let(:iv) { "Ah ah ah ah ah" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment