Initial Commit
Initial commit of Code Base.
This commit is contained in:
parent
293b1213e1
commit
c11a4ebbc2
653 changed files with 36893 additions and 1 deletions
10
addons/twitcher/default_oauth_token.tres
Normal file
10
addons/twitcher/default_oauth_token.tres
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="Resource" script_class="OAuthToken" load_steps=3 format=3 uid="uid://m7epy882axmp"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://c4scwuk8q0r40" path="res://addons/twitcher/lib/oOuch/default_key_provider.tres" id="1_byqke"]
|
||||
[ext_resource type="Script" uid="uid://b52xp7c23ucfk" path="res://addons/twitcher/lib/oOuch/oauth_token.gd" id="2_phbii"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_phbii")
|
||||
_crypto_key_provider = ExtResource("1_byqke")
|
||||
_identifier = "EditorToken"
|
||||
_cache_path = "user://auth.conf"
|
||||
Loading…
Add table
Add a link
Reference in a new issue