GCKCredentialsData 클래스

GCKCredentialsData 클래스 참조

개요

사용자를 식별하고 인증할 수 있는 애플리케이션 관련 사용자 인증 정보 데이터를 유지관리하는 클래스입니다.

다음 이후:
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.