IMSIoTAuthentication Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | IMSAuthenticationDelegate |
| Declared in | IMSIoTAuthentication.h |
Overview
IoT 统一身份认证委托实现,实现协议 IMSAuthenticationDelegate
通过 IMSRequestClient 的 registerDelegate:forAuthenticationType: 方法进行注册,认证类型为 IMSAuthenticationTypeIoT
– initWithCredentialManager:
初始化方法
- (instancetype _Nonnull)initWithCredentialManager:(IMSCredentialManager *_Nonnull)credentialManagerParameters
credentialManager |
用户身份凭证管理器 |
|---|
Return Value
IMSIoTAuthentication 实例
Discussion
初始化方法
Declared In
IMSIoTAuthentication.h