Skip to content
Snippets Groups Projects
ISelfServicePortalService.cs 192 B
Newer Older
using Jose;
using Microsoft.IdentityModel.Tokens;

namespace FitConnect.Services;

public interface ISelfServicePortalService {
    public Task<JsonWebKeySet> GetSelfServiceValidationJwk();
}