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 a111125 commit d15630eCopy full SHA for d15630e
sig/code0/identities/provider/base_oauth.rbs
@@ -14,7 +14,18 @@ module Code0
14
15
def config: () -> Hash[Symbol, any]
16
17
+ def load_identity: (params: Hash[Symbol, any]) -> Identity
18
+
19
+ def token_payload: (code: String) -> Hash[Symbol, any]
20
21
def create_identity: (response: Net::HTTPResponse, token: String, token_type: String) -> Identity
22
23
+ private
24
25
+ def access_token: (code: String) -> Array[String]
26
27
+ def check_response: (response: Net::HTTPResponse) -> void
28
29
end
30
31
0 commit comments