app.serializers.auth.AuthUserConfirmResetPasswordSerializer.on_bind_field

AuthUserConfirmResetPasswordSerializer.on_bind_field(field_name: str, field_obj: marshmallow.fields.Field) None

Hook to modify a field when it is bound to the Schema.

No-op by default.