AuthenticationInputType
Last edit: Nov 10, 2025
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)