[authenticationservices] Remove [Abstract] from ASAuthorizationPasswordRequest. Fix #6816 (#6819)

The documentation was updated and does not mention this anymore.

References:
* https://developer.apple.com/documentation/authenticationservices/asauthorizationpasswordrequest?language=objc
* https://github.com/xamarin/xamarin-macios/issues/6816
This commit is contained in:
Sebastien Pouliot 2019-08-21 13:38:39 -04:00 коммит произвёл GitHub
Родитель e4a926e8f2
Коммит edcfeab1fd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -452,8 +452,8 @@ namespace AuthenticationServices {
[Watch (6,0), TV (13,0), Mac (10,15), iOS (13,0)]
[BaseType (typeof (ASAuthorizationRequest))]
[Abstract] // see documentation
// Name: NSInvalidArgumentException Reason: -[ASAuthorizationPasswordRequest init]: unrecognized selector sent to instance 0x6000005f2dc0
[DisableDefaultCtor]
interface ASAuthorizationPasswordRequest { }
interface IASAuthorizationProvider { }