نظرة عامة
فئة للاحتفاظ ببيانات الاعتماد الخاصة بالتطبيق بهدف تحديد المستخدم ومصادقته المحتملة.
- منذ
- 4.4.8
تكتسب NSObject.
ملخّص طريقة المثيل | |
(instancetype) | - init |
(instancetype) | - initWithCredentials: |
تهيئة وعرض عنصر GCKCredentialsData الذي تم تخصيصه حديثًا باستخدام بيانات الاعتماد المحددة. المزيد... | |
(instancetype) | - initWithCredentials:credentialsType: |
تعمل هذه السياسة على إعداد وعرض عنصر GCKCredentialsData مخصّص حديثًا باستخدام بيانات الاعتماد ونوع بيانات الاعتماد المحدّد. المزيد... | |
(NSString *_Nullable) | - credentials |
(NSString *_Nullable) | - credentialsType |
تفاصيل الطريقة
- (instancetype) initWithCredentials: | (NSString *_Nullable) | credentials |
تهيئة وعرض عنصر GCKCredentialsData
الذي تم تخصيصه حديثًا باستخدام بيانات الاعتماد المحددة.
تم ضبط "iOS" كقيمة تلقائية على credentialsType
للإشارة إلى أنّها واردة من مُرسِل لنظام التشغيل iOS.
- Parameters
-
credentials A string to identify and possibly authenticate the user. May be nil
.
- (instancetype) initWithCredentials: | (NSString *_Nullable) | credentials | |
credentialsType: | (NSString *_Nullable) | credentialsType | |
تعمل هذه السياسة على إعداد وعرض عنصر GCKCredentialsData
مخصّص حديثًا باستخدام بيانات الاعتماد ونوع بيانات الاعتماد المحدّد.
- Parameters
-
credentials A string to identify and possibly authenticate the user. May be nil
.credentialsType A string to identify the type of the credentials. May be nil
.