auth0 / Xamarin.Auth0Client

This library has been deprecated. See README for more info
MIT License
22 stars 41 forks source link

remove LoginWidgetUrl constant #25

Closed siacomuzzi closed 7 years ago

siacomuzzi commented 7 years ago

Remove LoginWidgetUrl from Auth0Constants class (https://github.com/auth0/Xamarin.Auth0Client/blob/master/src/Auth0Client/Auth0Constants.cs#L19 ) and use always AuthorizeUrl (with or without connection): https://github.com/auth0/Xamarin.Auth0Client/blob/master/src/Auth0Client/Auth0Client.cs#L270-L271