We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb6cba commit a93edf5Copy full SHA for a93edf5
README.md
@@ -32,9 +32,9 @@ begin
32
33
identity = Code0::Identities::Provider::Discord.new(
34
{
35
- redirect_uri : "http://localhost:8080/redirect",
36
- client_id : "id"
37
- client_secret : "xxxx"
+ redirect_uri: "http://localhost:8080/redirect",
+ client_id: "id",
+ client_secret: "xxxx"
38
}).load_identity({ code: "a_valid_code" })
39
40
rescue Code0::Error => e
0 commit comments