Example #1
0
 public async Task <string> GetToken(string userName, string password, [Service] IdentityServerService service)
 {
     return(await service.GetToken(userName, password));
 }