Add oauth2 client

This commit is contained in:
Guilherme Werner 2023-12-01 20:33:43 -03:00
parent 61c562b63d
commit 92ea35896f
12 changed files with 124 additions and 56 deletions

View file

@ -1,7 +0,0 @@
// Copyright (c) TribuFu. All Rights Reserved.
package com.tribufu.sdk
class ServiceInfo {
def getVersion(): String = "0.0.0"
}