TwoFactorAuthCode
query TwoFactorAuthCode {
me {
twoFactorAuthCode {
uri
code
}
}
}
type TwoFactorAuthCode {
code: String
uri: String
}
Fields
TwoFactorAuthCode.code ● String scalar common
The two factor authentication code. Present only for current user.
TwoFactorAuthCode.uri ● String scalar common
The two factor authentication uri. Present only for current user.
Member of
Agent object