rename auth type to UDIDProvider

naming can be hard - thanks @therealkerni
This commit is contained in:
Stephan Diederich
2013-09-07 22:19:38 +02:00
parent 2d97ac7cf7
commit 1504b2d9d9
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
typedef NS_ENUM(NSUInteger, BITAuthenticatorAuthType) {
BITAuthenticatorAuthTypeEmail,
BITAuthenticatorAuthTypeEmailAndPassword,
BITAuthenticatorAuthTypeWebbased,
BITAuthenticatorAuthTypeUDIDProvider,
//TODO: add Facebook?
};