คลาส GCKCredentialsData

การอ้างอิงคลาส GCKCredentialsData

ภาพรวม

คลาสสำหรับเก็บรักษาข้อมูลเข้าสู่ระบบเฉพาะแอปพลิเคชันเพื่อระบุและตรวจสอบสิทธิ์ผู้ใช้

Since
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.