Add oauth2 types

This commit is contained in:
Guilherme Werner 2023-12-24 08:21:31 -03:00
parent e232079eb7
commit 85156b03d6
9 changed files with 108 additions and 3 deletions

View file

@ -1,14 +0,0 @@
// Copyright (c) TribuFu. All Rights Reserved
package com.tribufu.sdk;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class TribufuClientTest {
@Test
void clientGetId() {
TribufuClient client = new TribufuClient(0, "client_secret");
assertEquals(0, client.getId());
}
}