NCMBGoogleParameters
public struct NCMBGoogleParameters : NCMBSnsInfoProtocol
SNS認証 Google認証で用いるパラメタを保持する構造体です。
-
ユーザーIDです。
Declaration
Swift
public var id: String
-
アクセストークンです。
Declaration
Swift
public var accessToken: String
-
イニシャライズです。
Declaration
Swift
public init(id: String, accessToken: String)
Parameters
id
ユーザーID
accessToken
アクセストークン