chore: added smappee api
This commit is contained in:
5
smappee-api/interfaces/IBearerTokenService.cs
Normal file
5
smappee-api/interfaces/IBearerTokenService.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace interfaces;
|
||||
|
||||
internal interface IBearerTokenService {
|
||||
ValueTask<string> GetToken(bool forceNewToken);
|
||||
}
|
||||
Reference in New Issue
Block a user