Hello,
we have a simple Custom API which allows an authentication via RoleBasedPerson:
public Task<IEnumerable<IMethodSet>> GetMethodSetsAsync(CancellationToken ct = new CancellationToken()) { var methodSet = new MethodSet …
Hello,
we have a simple Custom API which allows an authentication via RoleBasedPerson:
public Task<IEnumerable<IMethodSet>> GetMethodSetsAsync(CancellationToken ct = new CancellationToken()) { var methodSet = new MethodSet …