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

namespace FitConnect.Services.Interfaces;

public interface ISelfServicePortalService {
    public Task<JsonWebKeySet> GetValidationJwk();