Informações gerais
Uma classe para manter os dados das credenciais específicas do aplicativo para identificar e possivelmente autenticar o usuário.
- Como
- 4.4.8
Herda o NSObject.
| Resumo do método de instância | |
| (instancetype) | - init | 
| (instancetype) | - initWithCredentials: | 
| Inicializa e retorna um objeto GCKCredentialsDatarecém-alocado com as credenciais especificadas.  Mais... | |
| (instancetype) | - initWithCredentials:credentialsType: | 
| Inicializa e retorna um objeto GCKCredentialsDatarecém-alocado com as credenciais e o tipo de credenciais especificados.  Mais... | |
| (NSString *_Nullable) | - credentials | 
| (NSString *_Nullable) | - credentialsType | 
Detalhes dos métodos
| - (instancetype) initWithCredentials: | (NSString *_Nullable) | credentials | 
Inicializa e retorna um objeto GCKCredentialsData recém-alocado com as credenciais especificadas. 
O valor padrão do credentialsType é "ios" para indicar que ele vem de um remetente do iOS.
- Parameters
- 
  credentials A string to identify and possibly authenticate the user. May be nil.
| - (instancetype) initWithCredentials: | (NSString *_Nullable) | credentials | |
| credentialsType: | (NSString *_Nullable) | credentialsType | |
Inicializa e retorna um objeto GCKCredentialsData recém-alocado com as credenciais e o tipo de credenciais especificados. 
- 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.