OtpRateLimitWindow
Result of requesting a new OTP
type OtpRateLimitWindow {
maxAttempts: Int!
windowSeconds: Int!
attemptsRemaining: Int
}
Fields
OtpRateLimitWindow.maxAttempts ● Int! non-null scalar
OtpRateLimitWindow.windowSeconds ● Int! non-null scalar
OtpRateLimitWindow.attemptsRemaining ● Int scalar
Member Of
OtpResult object