UserUsernameLookupData
public struct UserUsernameLookupData : Content
extension UserUsernameLookupData: RCFValidatable
Used to look up a forgotten username from a registration code plus a second factor.
Required by: POST /api/v3/auth/username
-
The registration code associated with the account.
Declaration
Swift
var registrationCode: String -
The user’s password or recovery key. Must not be a registration code.
Declaration
Swift
var recoveryKey: String -
Declaration
Swift
func runValidations(using decoder: ValidatingDecoder) throws
View on GitHub