AttachedClientDisconnectInput
No description
input AttachedClientDisconnectInput {
clientMutationId: String
clientId: String
sessionTokenId: String
refreshTokenId: String
deviceId: String
}
Fields
AttachedClientDisconnectInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
AttachedClientDisconnectInput.clientId ● String scalar
The OAuth client_id of the connected application.
AttachedClientDisconnectInput.sessionTokenId ● String scalar
The id of the sessionToken held by that client, if any.
AttachedClientDisconnectInput.refreshTokenId ● String scalar
The id of the OAuth refreshToken held by that client, if any.
AttachedClientDisconnectInput.deviceId ● String scalar
The id of the client's device record, if it has registered one.
Member of
attachedClientDisconnect mutation