AuthenticationInputType
Last edit: Oct 26, 2022
No description
type AuthenticationInputType {
provider: AuthenticationProvider!
raw_info: HashObject
token: String
token_expires_at: JSONDate
uid: String
}
No description
type AuthenticationInputType {
provider: AuthenticationProvider!
raw_info: HashObject
token: String
token_expires_at: JSONDate
uid: String
}
provider
(AuthenticationProvider
)raw_info
(HashObject
)token
(String
)token_expires_at
(JSONDate
)uid
(String
)