GCKक्रेडेंशियल डेटा क्लास

GCKक्रेडेंशियल डेटा क्लास का रेफ़रंस

खास जानकारी

ऐसी क्लास जो ऐप्लिकेशन के खास क्रेडेंशियल वाले डेटा को बनाए रखती है, ताकि उपयोगकर्ता की पहचान की जा सके और उसकी पुष्टि की जा सके.

से
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 ऑब्जेक्ट को शुरू करता है और दिखाता है.

credentialsType को डिफ़ॉल्ट वैल्यू के तौर पर "iOS" असाइन किया गया है. इससे पता चलता है कि यह वैल्यू, iOS डिवाइस पर भेजने वाले व्यक्ति से मिली है.

Parameters
credentialsA string to identify and possibly authenticate the user. May be nil.
- (instancetype) initWithCredentials: (NSString *_Nullable)  credentials
credentialsType: (NSString *_Nullable)  credentialsType 

यह फ़ंक्शन, दिए गए क्रेडेंशियल और क्रेडेंशियल टाइप के साथ, असाइन किए गए नए GCKCredentialsData ऑब्जेक्ट को शुरू करता है और दिखाता है.

Parameters
credentialsA string to identify and possibly authenticate the user. May be nil.
credentialsTypeA string to identify the type of the credentials. May be nil.