Код: Выделить всё
public class AuthorizationServiceProvider : OAuthAuthorizationServerProvider
{
public override async Task ValidateClientAuthentication(OAuthValidateClientAuthenticationContext Context)
{
Context.Validated();
}
}
Какова лучшая практика?
Подробнее здесь: https://stackoverflow.com/questions/783 ... t-operator
Мобильная версия