pokepurple/addons/twitcher/twitch_oauth_setting.tres
Mario Steele c11a4ebbc2 Initial Commit
Initial commit of Code Base.
2025-06-12 14:31:14 -05:00

21 lines
995 B
Text

[gd_resource type="Resource" script_class="OAuthSetting" load_steps=4 format=3 uid="uid://ry64ckbckh6m"]
[ext_resource type="Script" uid="uid://dcrliedgr6eol" path="res://addons/twitcher/lib/oOuch/crypto_key_provider.gd" id="1_54bgt"]
[ext_resource type="Script" uid="uid://00xbijwpi8xa" path="res://addons/twitcher/lib/oOuch/oauth_setting.gd" id="2_wroyb"]
[sub_resource type="Resource" id="Resource_54bgt"]
script = ExtResource("1_54bgt")
encrpytion_secret_location = "user://encryption_key.cfg"
[resource]
script = ExtResource("2_wroyb")
redirect_url = "http://localhost:7170"
well_known_url = ""
token_url = "https://id.twitch.tv/oauth2/token"
authorization_url = "https://id.twitch.tv/oauth2/authorize"
device_authorization_url = "https://id.twitch.tv/oauth2/device"
cache_file = "user://auth.conf"
client_id = "xqh437vs83im368db89iwflm130ufb"
authorization_flow = 0
_encryption_key_provider = SubResource("Resource_54bgt")
client_secret = "D8bwpU1vz2zu6P9l0D3ktvctJMCuFspuG//RPTsyP8w="