Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
FEAT: Adding method to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
fmattioli committed Jul 21, 2024
1 parent 70bfd61 commit 07e973c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace Feijuca.Keycloak.MultiTenancy.Services
{
public interface IAuthService
{
string GetInfoFromToken(string infoName);
string GetTenantFromToken();
string GetClientId();
string GetClientSecret();
Expand Down

0 comments on commit 07e973c

Please sign in to comment.