애플 로그인 기능 추가
This commit is contained in:
16
SodaLive/Sources/User/Login/SocialLoginRequest.swift
Normal file
16
SodaLive/Sources/User/Login/SocialLoginRequest.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// SocialLoginRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/09.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct SocialLoginRequest: Encodable {
|
||||
let container: String
|
||||
let pushToken: String?
|
||||
let marketingPid: String?
|
||||
let identityToken: String?
|
||||
let nonce: String?
|
||||
}
|
||||
Reference in New Issue
Block a user